salve ho un problema con una funzione , mi stampa un errore notice qualcuno potrebbe dedicarmi un minuto grazie ciaooooo
codice:Notice: Undefined index: page in C:\Programmi\Apache Software Foundation\Apache2.2\htdocs\supp\includes\classi\pagerclass\pager.class.php on line 62
e questa e la funzioneCodice PHP:
//getvar_val() gets the
//$getvar_val is a positive integer - > 0
function Set_Getvar_val()
{
$this->getvar_val = (int)$_GET[$this->getvar];//QUESTA E LA RIGA 62
if($this->getvar_val<1)
{
$this->getvar_val = 1;
}
}