Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/05/2006, 10:53
Avatar de faco84
faco84
 
Fecha de Ingreso: julio-2005
Mensajes: 61
Antigüedad: 19 años, 8 meses
Puntos: 0
problema

Sigo sin tener solucion al problema.
Además, no logro ver un valor en la variable $offset aun luego de haber usado "isset";
Código PHP:
$offest = isset($_REQUEST['offest'])? $_REQUEST['offest']:0;

                 echo 
$offset;
                 echo 
"<br>";

                
$query="SELECT movie_name, movie_year
                FROM movie
                ORDER BY movie_name
                LIMIT $offset ,1"

ERROR:
"en blanco"
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1' at line 4