Below is the code for line 9 in the
connections/cnrecordstore.php
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_cnrecordstorephp = "localhost";
$database_cnrecordstorephp = "RecordStorePHP";
$username_cnrecordstorephp = "root";
$password_cnrecordstorephp = "";
$cnrecordstorephp =
mysql_pconnect($hostname_cnrecordstorephp,
$username_cnrecordstorephp, $password_cnrecordstorephp) or
trigger_error(mysql_error(),E_USER_ERROR);
?>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP & MySQL" group.
To post to this group, send email to phpmysql googlegroups.com
To unsubscribe from this group, send email to
phpmysql-unsubscribe googlegroups.com
For more options, visit this group at http://groups
.google.com/group/phpmysql
-~----------~----~----~----~------~----~------~--~---
|