I use the function mysql_connect() and the interpreter shows me this error: Fatal error: Call to undefined function mysql_connect() in D:\Program Files\Apache Group\Apache2\htdocs\myphp\guestbook\index.php on line 14
What is wrong????
What version of PHP are you using?
Do you have the MySQL extension enabled?
You can use phpinfo() to check if the extension is enabled.
My PHP version is 5
There is nothing about MySQL Extension in phpinfo() page!!!
Check out the sticky thread about getting MySQL to work with PHP5... linky below
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10246585