View Single Post

  #14 (permalink)  
Old 30-11-07, 10:40
Flep Flep is offline
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,490
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Fai cosė:
PHP Code:
if ($uid!="0") {
$answer "1";
    echo 
'answer='.$answer;
}
else
{
$answer "0";
    echo 
'answer='.$answer;

Reply With Quote