Cita:
Iniciado por portalmana
Regrese...
Para ayudarte tendría que ver el archivo Connections/libre.php y también el archivo php donde esta el formulario de búsqueda.
Saludos
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_libre = "localhost";
$database_libre = "libre";
$username_libre = "root";
$password_libre = "";
$libre = mysql_pconnect($hostname_libre, $username_libre, $password_libre) or trigger_error(mysql_error(),E_USER_ERROR);
?>
El formulario esta un par de post anteriores esta la tabla y el formulario...