Could I do this?
mysql_query("UPDATE users SET something+1 WHERE username='1'");
I'm trying to do something like that and it's not working.
It'd be:
Thanks rosss
It'd be:
Actually, it should be:
Numbers shouldn't be inside quotes.
I've always used them in quotes and it works fine. In fact I think I had errors last time I tried with no quotes.
I've always used them in quotes and it works fine. In fact I think I had errors last time I tried with no quotes.
That's odd. I'm sure that I saw on PHP's site that quotes take more time to process than without.
I shall search for it again and see what I find.
I'll have to try no quotes next time then and see if that helps