PDA

View Full Version : help with how to run a query


aspire007
05-05-2002, 07:05 PM
can someone give me some instructions on here as to how to run a query? I thank you for the help :)

afterlab
05-05-2002, 08:00 PM
If you want to run a query in a PHP file, do this:

$variableX=mysql_query("INSERT QUERY HERE");

Now, when the page comes to that query, it'll run it. There's other options, but I can't explain them all..

Go to http://www.mysql.com

aspire007
05-05-2002, 08:58 PM
thank you very much -- Great help :)