Re: Fw: [PHP] ERROR IN THIS CODE
Is this part of a guessing game? do you want us to guess the error message you are seeing? Jorge wrote: include('include/conexion.php'); include('include/conf.php'); $sql = "SELECT * FROM oposicions WHERE id = '$id'";> I think that the
Fw: [PHP] ERROR IN THIS CODE
include('include/conexion.php'); include('include/conf.php'); $sql = "SELECT * FROM oposicions WHERE id = '$id'";> I think that the problem is here. $result = mysql_query($sql, $link);