Forum Moderators: coopster
Everytime I try to connect I get this error:
Fatal error: Call to undefined function: mysql_pconnect() in /firestormclients/Connections/firestormclients.php on line 9
In the firestormclients.php file I have this code:
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_firestormclients = "friendsserver";
$database_firestormclients = "firestorm";
$username_firestormclients = "username";
$password_firestormclients = "password";
$firestormclients = mysql_pconnect($hostname_firestormclients, $username_firestormclients, $password_firestormclients) or die(mysql_error());
?>
Now my partner gave me an address but not an IP address, and of course I changed the username and password so no one can see :P.
Can anyone explain this error to me? Is it on my end or his?
Thanks.
Wes