Re: Need help with MySQL...
If you prefer to use text files over MySQL then you don't understand SQL or its derivatives well. Case in point...you're using a grave accent (`) instead of single quotes for your values. That's your problem here. Values are always encased in single quotes, not the grave accent.
Re: Need help with MySQL...
Quote:
Originally Posted by
PeejAvery
If you prefer to use text files over MySQL then you don't understand SQL or its derivatives well. Case in point...you're using a grave accent (`) instead of single quotes for your values. That's your problem here. Values are always encased in single quotes, not the grave accent.
I understand MySQL enough to know it requires more work than file_get_contents and file_put_contents...
I also know how incredibly easy it can be for a hacker to manipulate the querys on poorly checked user input(BTW properly checking the input adds more work)...
Anyhow Thank You(even though you intentionally tried to insult me)...
Re: Need help with MySQL...
No. There was no intentional insult there at all. Forgive me. I did not mean for it to come across that way. That's the risk of communicating through text instead of face to face.
As for hacking, as long as SQL injection is cared for, there is no worry on the query side.