Posted by cresh on 04/04/07 12:52
You need to assign a variable to what you want, then echo it. For instance... BEGIN CODE: <? $ip = $_SERVER['REMOTE_ADDR']; ?> ..... whatever you want here, etc.... <input type=hidden name=ip value='<? echo $ip ?>' /> END CODE. Verified and working fine. Do the same with your other variables. Cheers, Cresh
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming