File "cultprice.php"
Full path: /home/argothem/www/Connections/cultprice.php
File size: 347 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_cultprice = "xxxx";
$database_cultprice = "argotheme6";
$username_cultprice = "argotheme";
$password_cultprice = "2331956";
$cultprice = mysql_pconnect($hostname_cultprice, $username_cultprice, $password_cultprice) or trigger_error(mysql_error(),E_USER_ERROR);
?>