[PHP] Re: Very basic If statement still not working VERIFIED VARIABLES

2003-02-28 Thread Sunfire
hmmm the question too is where do the variables get assigned and where is the form or the query statements to the database for the info you need to print out... maybe its something with that... - Original Message - From: Stitchin' [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday,

[PHP] Re: Very basic If statement still not working VERIFIED VARIABLES

2003-02-28 Thread Sunfire
i want to say something like this on the results page: ?php //connect to sql first(in my case mysql) mysql_connect($host, $mysqluser, $mysqlpwd)||die(mysql_error()); mysql_select_db($dbname)||die(mysql_error()); //run query now... $query=mysql_query(select * from [your table name