21/04/2010, 01:20
|
| | Fecha de Ingreso: septiembre-2003
Mensajes: 180
Antigüedad: 21 años, 4 meses Puntos: 1 | |
Respuesta: ¿ Donde está el error ? En config.php esta lo siguiente: <?php
// Server to connect to, the default is 'LocalHost' but if it does not work use your IP address for your server
$server = "localhost";
// The name of the database, when using cPanel you would normally have your user name first like so: username_DATABASE-NAME
$database = "xxxxxxxxxxx";
// MySQL username to access the database with.
$db_user = "xxxxxxxxxx";
// MySQL password to access the database with.
$db_pass = "";
// The table that this script will set up and use, you can change this but recommended to keep the same so if you require any support we can help faster
$table = "usuarios";
?> |