can anyone help me with this one....
Undefined error: mysql_connect("localhost",' ', ' '):;
WAMP5 server....
tnx a lot...._
bad: mysql_connect("localhost",' ', ' '):; good: mysql_connect("localhost",' ', ' ');
hmmm hmmm
can it be so good connect to mysql 🙂 at all
I doubt it[right].... but this was already known by most regulars here I use flat file php data storage to avoid some, yes quite many, hardships and troubles you will run into if using SQL based database programs[/right] 🆒 halojoy 🆒
i mean using WAMP5 Server
i-declare this:
mysql_connect("localhost", ' ', ' ');
undefined error<-----
how can i fix this one.... tnx for the help...
uncomment ;extension=php_mysql.dll from your php.ini file. add libmysql.dll to your system32 folder. make sure php_mysql.dll is in the proper extension folder as defined in php.ini.