Posted by The Eclectic Electric on 12/06/06 11:46
"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]
|