View Single Post

  #13 (permalink)  
Old 30-11-07, 10:36
Vlizzard Vlizzard is offline
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

dopo il confronto


PHP Code:
if ($uid!="0") {
 
$answer "1";
    echo 
$answer;
}
else
{
 
$answer "0";
    echo 
$answer;

Reply With Quote