are u using the exact code (below, as given by u) 
<input type="hidden" name "id" value="<? echo $new_id ?>">

if yes,
the 1st page has the problem (missing = ), replace with this
<input type="hidden" name="id" value="<? echo $new_id ?>">

name="id"
not name "id"

-Naintara

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
t]On Behalf Of Meltem Demirkus
Sent: Friday, September 06, 2002 2:16 PM
To: [EMAIL PROTECTED]
Subject: Fw: [PHP] cant find the wrong?


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





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

Reply via email to