Thread
:
How do I make a Mysql Database Connection
View Single Post
#
1
(
permalink
)
07-08-2006, 11:52 AM
Chan
Programming Professional
Join Date: Jun 2006
Posts: 205
Rep Power:
10
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.
Chan
View Public Profile
Send a private message to Chan
Find all posts by Chan
Sponsored Links