Hi,

Sunday, September 28, 2003, 9:32:45 PM, you wrote:
PF> i cant get this $latnum2 = $_REQUEST['nummer'];  to work either,

PF> when i use this i dont get anything in $latnum2;

PF> regards
PF> patrick
You will have to do a page refresh to pass the typed in info back to php which
is running on the server. Split it into 2 pages and change the first href to

<go href="nameOfPage.php?nummer=$(nummer)"/>

Then on the second page it will show up as $_REQUEST['nummer'}

I think you are trying to do too much in one go :)

-- 
regards,
Tom

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

Reply via email to