noticianuevo.php
yo no saber php y mysql
Código PHP:
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_noticia = "localhost";
$database_noticia = "candemasjor";
$username_noticia = "root";
$password_noticia = "980980";
$noticia = mysql_pconnect($hostname_noticia, $username_noticia, $password_noticia) or trigger_error(mysql_error(),E_USER_ERROR);
?>