107 Posted Topics
| |
Re: **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 … | |
Re: 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] , … | |
Re: 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. | |
Re: Question or snippet? | |
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 :)) | |
![]() |
The End.