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