View Single Post
  #1 (permalink)  
Old 07-08-2006, 11:52 AM
Chan Chan is offline
Programming Professional
 
Join Date: Jun 2006
Posts: 205
Rep Power: 10
Chan is on a distinguished road
Default How do I make a Mysql Database Connection

I'm not sure that I am doing this correctly so can someone post some code how they connect to a MySQL database?

I've got
PHP Code:
MySQL_Connect();
$query "Select * FROM test";
MySql_Query($query); 
but nothing returns.
Reply With Quote

Sponsored Links