View Single Post
Old 08-08-2007, 03:03 AM   #4 (permalink)
alex-party
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
you're welcome.
sql statement is a simple string that sent to the database from a programming language, like php in your case. here is examples:
a) "select * from users_table where username='blabla' and password='blabla'"
alex-party is offline   Reply With Quote