sostituisci
conCodice PHP:
if (!isset($start) OR $start<0)
$start = 0;
e $_GET[year]Codice PHP:
if (!isset($_GET['start']) OR $_GET['start']<0)
{
$start = 0;
}
else
{
$start = $_GET['start'];
}
con $_GET['year']
sostituisci
conCodice PHP:
if (!isset($start) OR $start<0)
$start = 0;
e $_GET[year]Codice PHP:
if (!isset($_GET['start']) OR $_GET['start']<0)
{
$start = 0;
}
else
{
$start = $_GET['start'];
}
con $_GET['year']
PHP LEARN - Guide, tutorial e articoli sempre aggiornati
NUOVO: standardLib; il potente framework PHP é ora disponibile
*******************************************
Scarica oggi la tua copia di MtxEventManager