Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
|
tripy, is that mysql the actual code to use?! I'm a bit stunned how english-friendly that syntax is!
|
Well, yes, as you have already seen.
SQL is not that hard, and when dealing with datas coming from a DB, you can simplify your PHP code a lot by using the DB included functions.
The hard part is that it's a language with a semantic and an orientation that's not similar to the usual (read PHP, python, ruby, C#, java and almost anything).
Hence so many peoples are uncomfortable with it.
__________________
Only a biker knows why a dog sticks his head out the window.
|