12-03-2007, 09:13 AM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
Quote:
Originally Posted by Blackbrain
Thank you for your help. Since i was quite away from php certain basic things are bugging me. One of the top is:
--> When we define a query like $result = mysql_query("Query") or die();
Do we need to initialize it by the if function or will php automatically initiliazes the $result query.
|
PHP automatically executes the query as soon as you want it to. 
|
|
|
|