what is the easiest way to learn sql syntax for coding in PHP?
March 9th, 2010 by admin
i have sql knowledge and php knowledge, but creating queries on the fly is tricky for me
Try SQL Exercises:
http://www.sql-ex.ru/help/
http://www.sql-ex.ru/
- 2 Comments »
- Posted in PHP Coding

Is your problem not being able to program on-the-fly SQL statements, or programming them in php? (You create them in php the same way you create them in any other language, just using php syntax.)
References :
Try SQL Exercises:
http://www.sql-ex.ru/help/
http://www.sql-ex.ru/
References :