I Guys:
I have php 4.3.1 so the global scope is off.
Reading php manual:
"...or $_GET['id'] from the URL http://www.example.com/test.php?id=3 instead
of $id..."

But I made a script writing:
<a href=\"c08p160.php?identif=$id&telefon=$telef&nome=$nome\">$nome</a>

And the variables goes to url:
http://localhost:8080/LivroPHP/c08p160.php?identif=15&telefon=234569878&nome
=Zequinhas

and doesn't apear on the page open even if the I wrotte:
$_GET['identif']

What is wrong?
Thanks



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

Reply via email to