Re: [PHP] Need help with PHP / MySQL connect problem

2005-07-17 Thread Mikey
Matt Darby wrote: Using this at the top of your script will allow PHP and MySQL to interact. $_POST['dbconn']=mysql_select_db("database_name", mysql_connect("server_name","user_name","password")); It does sound like you have notices and warnings turned off in php.ini: Find php.ini (not sure w

Re: [PHP] Need help with PHP / MySQL connect problem

2005-07-17 Thread Matt Darby
Using this at the top of your script will allow PHP and MySQL to interact. $_POST['dbconn']=mysql_select_db("database_name", mysql_connect("server_name","user_name","password")); It does sound like you have notices and warnings turned off in php.ini: Find php.ini (not sure where it installs to