<?php # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_As = "localhost"; $database_As = "asjudinet"; $username_As = "asjudine"; $password_As = "as2006"; $As = mysql_pconnect($hostname_As, $username_As, $password_As) or trigger_error(mysql_error(),E_USER_ERROR); ?>