how do I change this to the new variable so I don't get the
error message
I want to have the settings like this for security reason
error_reporting = E_ALL
register_globals =off
so I get a clean code.
if(!$aa)$aa=0;
$result = mysql_query("SELECT * FROM forum where ny ='1' order by nr desc LIMIT $aa,10") or die (mysql_error());
<form name="forum" method="POST" action="<?=$PHP_self?>?aa=0"><div align="center">
$i ++;
this is the lines I get the error
please help