I am correcting I used 
echo $id;

but did not work

thanks.
meltem
----- Original Message ----- 
From: "Meltem Demirkus" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 06, 2002 11:42 AM
Subject: [PHP] cant find the wrong?


> 
> 
> > Hi,
> > I am using this on a page to move  'new_id' to another page:
> > 
> > <input type="hidden" name "id" value="<? echo $new_id ?>">
> > 
> > and onthe other page I qm tring to get the data like this:
> > 
> > $id= $_POST['id'] ;
> > 
> > even I tried 
> 
>  echo $new_id;  (directly use the data)
> > but it is not working..WHY?
> > 
> > 
> > thanks 
> > meltem demirkus
> > 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to