Page 1 of 1

database connection

Posted: Tue Sep 15, 2009 3:44 am
by svs.venkatesh
how to do we give database connection in MySql?

Re: database connection

Posted: Tue Sep 15, 2009 3:56 am
by onion2k
svs.venkatesh wrote:how to do we give database connection in MySql?
mysql_connect()

Re: database connection

Posted: Tue Sep 15, 2009 3:57 am
by lord_webby

Re: database connection

Posted: Tue Sep 15, 2009 6:07 am
by ricehigh
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

Re: database connection

Posted: Tue Sep 15, 2009 9:44 am
by jackpf
:google: