you're missing an equals sign.

try this:
<input type="hidden" name="id" value="<? echo $new_id ?>">

dave

-----Original Message-----
From: Meltem Demirkus [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 06, 2002 1:42 AM
To: [EMAIL PROTECTED]
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