Patrik Fomin wrote:
Hi, does anyone know how to transfer a variable in wml to php?, i got this
script that i made and i cant transfer the wml info to php.
the problem is: $latnum2 = "$(nummer)";
if i do a echo $latnum2 it prints out the desired number that was typed in,
Does it really? $latnum2 should be $(nummer) (literaly). Try
$latnum2 = $_REQUEST['nummer'];
but
if i try to use it in a sql statement i get that the post dosent excist.
Then i tried a echo substr($latnum2, 1, 5); witch printed out (numm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php