I forget to how to connect to my sql from php.
I want to use my sql commands but I forgot how to connect.
I tred like this
mysql -p***** -U***
???
Please tell me how to do it
Thanks
| SitePoint Sponsor |



I forget to how to connect to my sql from php.
I want to use my sql commands but I forgot how to connect.
I tred like this
mysql -p***** -U***
???
Please tell me how to do it
Thanks





mysql_connect() ?
http://se.php.net/manual/en/function.mysql-connect.php
Bookmarks