Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/07/2008, 07:17
Avatar de camilo_1987
camilo_1987
 
Fecha de Ingreso: junio-2008
Ubicación: ALZIRA, Spain, Spain
Mensajes: 77
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: php noticia y formulario por MySQL

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); 
?>