12-03-2007, 08:59 AM
|
#5 (permalink)
|
|
The Visitor
Join Date: Oct 2007
Posts: 4
Thanks: 1
|
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.
|
|
|
|