107 Posted Topics

Member Avatar for davy_yg
Member Avatar for jstfsklh211
0
602
Member Avatar for Subashan

**DO NOT use this code**. You are wide open to SQL injection. Use a prepared statement or at least clean your input variables (POST). See the tutorial here: https://www.daniweb.com/programming/web-development/tutorials/499320/common-issues-with-mysql-and-php and see items: #2 and #11. The item `$row['username']` does not exist - two most likely reasons: 1) Your table does …

Member Avatar for afaaro
0
4K
Member Avatar for Amit_54

var oldData = [ [ 2018-04-01, 10] , [ 2018-04-02, 20] , [2018-04-03, 30] ]; var NewData = [ [ 2018-03-30, 5], [2018-03-31, 6], [2018-04-01, 22] ]; This data is wrong - you must have quotes around your dates: var oldData = [ [ "2018-04-01", 10] , ["2018-04-02", 20] , …

Member Avatar for alan.davies
0
307
Member Avatar for davy_yg

Laravel is just a php framework. It's php. As DD says Google using php and python together. Php isn't great at chat apps unless you can leverage sockets to work. Ajax can be used but it's not great. Have a look at node.

Member Avatar for alan.davies
0
348
Member Avatar for Mohammad_41
Member Avatar for alan.davies

Hello All, just wanted to wish everybody a Happy Holiday as I've not spoken to anybody other than Jim for a while. Hope you're all keeping well. All the best, Alan (the idiot formerly known as Diafol :))

Member Avatar for Reverend Jim
1
422
Member Avatar for LastMitch

The End.