who can help me with this error plz
Posted: Thu Jun 22, 2006 10:45 am
feyd | Please use
please help
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
hi all
actually, im new with php -mysql
i always this error regarding database conection
[b]Fatal error: Call to undefined function mysql_pconnect() in c:\Inetpub\wwwroot\lesson7\testconn.php on line 8[/b]
and her is the code to test conectionCode: Select all
<?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>!!! ";
?>please help
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]