Search found 2 matches

by shanedara
Thu Jun 26, 2008 2:40 pm
Forum: Databases
Topic: Can't connect to mysql database
Replies: 3
Views: 453

Re: Can't connect to mysql database

Thanks for the reply. I looked into my php.ini file and found this line with no semi-colon infront

extension=php_mysqli.dll

is that what you mean? Is that what should be there? Sorry Im really new to this.
by shanedara
Thu Jun 26, 2008 8:26 am
Forum: Databases
Topic: Can't connect to mysql database
Replies: 3
Views: 453

Can't connect to mysql database

Hi Im new to php/datase development and have gotten really stuck. Im trying to connect to a database I created in mysql but cant. Im not getting any errors that say it wont connect but I know that php is just ignoring all the mysql_connect and mysql_query functions. When I dont encase the $cxn varia...