I have this error message come up. I understand that it is the algorithm password, however I do not know what to change it too. I have a connections folder that states the connection between php and phpMysqlAdmin.
What do I change the bold to??
Code:
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_aaaa = "localhost";
$database_aaaa = "voi_aaaa";
$username_aaaa = "voi_franchi";
<b>$password_aaaa </b>= 'communications';
$aaaa = mysql_pconnect($hostname_aaaa, $username_aaaa, <b>$password_aaaa</b>) or trigger_error(mysql_error(),E_USER_ERROR);
?>
What do I change the bold to??