Damien King
Oct 2 2009, 11:46 AM
Hi all. I'm having trouble connecting dreamweaver to my MySql database. I get the error message 'Your PHP server doesn't have the MySql module loaded or you can't use the mysql_(p)connectfunctions'. I'm a php virgin, so I am properly missing something obvious. Any idea's?
Replace any mysql_pconnect with mysql_connect, the p means 'persistent'.