| 
 Posted by Gaga on 12/06/06 11:56 
No. 
<form method="post" action="second_page.php"> 
 
 
"The Eclectic Electric" <nospam@spamispoo.spam> wrote in message 
news:G4ydh.233$Dr3.188@newsfe2-gui.ntli.net... 
> "Gaga" <rg2006@hotmail.com> wrote in message 
> news:el6a0s$il7$1@ss408.t-com.hr... 
> > If i make like this: 
> > 
> > <? 
> > echo "$name";  // passed from page before 
> > ?> 
> > I get result : John 
> > ----------------------------------------------------- 
> > If i use : 
> > <? 
> > if(isset($_GET['name']))  //--- or "name" 
> > { 
> >    echo "$name"; 
> > } 
> > else 
> > { 
> >    echo ' Error !'; 
> > } 
> > ?> 
> > 
> > I allways end in error part. Why ? 
> > 
> > 
> 
> This might be a daft question, but you are passing it via the GET method? 
> 
> +e 
> 
>
 
  
Navigation:
[Reply to this message] 
 |