Forum Moderators: coopster
Everywhere it says to look for [extension=php_mysql.dll] and uncomment it. But when I start the server I get [Unable to load module C:/ .. ext/php_mysql.dll], but the module is there! (along with a whole bunch of other ones... )
I need some help.. the dll is there, i can't seem to get it detected..
edit: It seems to load fine now, but mysql functions are still undefined
Anyway, just another quick question, I'm having trouble storing emails into a mysql table, it doesn't like the @ sign.
If I type the command in myself, using the MySQL CMD everythings fine/
But when php tries it, or I copy-paste from the browser the '@' sign coughs up. The command:
INSERT INTO tbl_name VALUES (
dat1, data2, data3, email@site.com);
Probably has to do with character encoding..