database connection
Moderator: General Moderators
-
svs.venkatesh
- Forum Newbie
- Posts: 2
- Joined: Tue Sep 15, 2009 3:35 am
database connection
how to do we give database connection in MySql?
Re: database connection
mysql_connect()svs.venkatesh wrote:how to do we give database connection in MySql?
- lord_webby
- Forum Commoner
- Posts: 44
- Joined: Wed Aug 19, 2009 9:01 am
Re: database connection
I agree with lord_webby !
Anyway, you can see the documentation + examples of mysql_connect() here: http://dk.php.net/manual/en/function.mysql-connect.php
Anyway, you can see the documentation + examples of mysql_connect() here: http://dk.php.net/manual/en/function.mysql-connect.php
