MySQL Forums
Forum List  »  Newbie

Re: Connection problem with php
Posted by: Blake Nouribekian
Date: June 28, 2005 03:11PM

I am not sure if this will work but on the line that says :

$result = mysql_query($query, $db);

change to:

$result = mysql_query($query);

Options: ReplyQuote


Subject
Written By
Posted
June 28, 2005 02:46PM
Re: Connection problem with php
June 28, 2005 03:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.