hi all im new with PHP and Mysql so i have this stuipt errer each time ----------------------------------------------------------------- Fatal error: Call to undefined function mysql_pconnect() in c:\Inetpub\wwwroot\lesson7\testconn.php on line 8 ------------------ for this code <?php $username = "root"; $password = "123"; $link = mysql_pconnect("localhost", $username, $password) or die ("Connection <font color='#FB0209'>Not</font> Complete<hr>".mysql_error()); echo "Connection <font color='#1A5816'>Complete</font>!!! "; ?> plz help
I'm guessing that you did not compile PHP with MySQL support since that function has been available since v3.X Bobby
Instead of IIS / PWS use this - because it is already configured http://www.apachefriends.org/en/xampp.html
Yeah, administering PHP on IIS can be a grade A nightmare. If it's possible, switch to using Apache, or better yet, a Linux OS with a decent package manager.