manudude03, on 2014-October-17, 11:38, said:
Well, I managed the very pedestrian 4S making 10 tricks. I noticed two little errors on the site with the commenting though. First of all, I know you're meant to escape inputs for security, but the backslashes shouldn't be there on the client side. Also, the time posted is 17:44:9 as opposed to 17:44:09
This is due to one of web developwers nightmare... when you send your comment, javascript (your computer) shows it to you, and it appears with backslashes and bad times. However if you reload the page (or if other user reads it) it is PHP (the server) who writes it, using their own methods, and those are good. Programming things twice sucks. But I should fix this thing.