Hi,
this is simialr to the question below except I am not sure how to tell if my files are compiled. I followed directions exactly: it says to enable php_mysql.dll inside of php.ini so I went to php.ini an deleted the ; in front of php_mysql.dll that was under heading Windows extensions. Next I copied the libmysql.cll to the win system folder and system 32 to make sure
Lastly It said By using the --with-mysql[=DIR] configuration option you enable PHP to access MySQL databases.
I went to compile again like instructions said For compiling, simply use --with-mysql=[DIR] where [DIR] points to your MySQL installation directory.
I typed --with-mysq;=[C:\wamps]; because mysql folder is directly under wamps but I got error does not recoginze the command?
when I try my index.php I get this error
Fatal error: Call to undefined function mysql_connect() in c:\wamp\ on line 7
can anybody tell me what command to use with with or something else tho help.
thanks
this is simialr to the question below except I am not sure how to tell if my files are compiled. I followed directions exactly: it says to enable php_mysql.dll inside of php.ini so I went to php.ini an deleted the ; in front of php_mysql.dll that was under heading Windows extensions. Next I copied the libmysql.cll to the win system folder and system 32 to make sure
Lastly It said By using the --with-mysql[=DIR] configuration option you enable PHP to access MySQL databases.
I went to compile again like instructions said For compiling, simply use --with-mysql=[DIR] where [DIR] points to your MySQL installation directory.
I typed --with-mysq;=[C:\wamps]; because mysql folder is directly under wamps but I got error does not recoginze the command?
when I try my index.php I get this error
Fatal error: Call to undefined function mysql_connect() in c:\wamp\ on line 7
can anybody tell me what command to use with with or something else tho help.
thanks