[PHP] Help to redirect with variables

2003-08-19 Thread J. P.
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=$idtelefon=$telefnome=$nome\$nome/a And the variables goes to url:

[PHP] Why this script doesn't work?

2003-03-27 Thread J. P.
I'm using Apache 2.0.44 with Win XP and PHP version 4.3.1! begin 666 c07p115.php M/%$3T-465!%([EMAIL PROTECTED]3$E#((M+R]7,T,O+T141!(5$U,(#0N,!4 MF%NVET:6]N86PO+T5.(CX-@T*/AT;6P^#0H\:5A9#X-@D\=ET;4^ M17AE;7!L;R!D92!F;W)M=6SAFEO('-I;7!L97,\+W1I=QE/@T*/]H96%D M/@T*#0H\8F]D3X-@T*/#]P:'

[PHP] sript doesn't work

2003-03-27 Thread J. P.
Hello! I am using Apache 2.0.44 and WinXP. I have PHP 4.3.1. When i run the script the first page appears. But when i submit nothing appends. What's wrong? ?php function mostrar_formulario() { global $PHP_SELF; ? form action=?php echo $PHP_SELF; ? method=post Nome: input type=text name=nome

[PHP] why this sript doesn't work

2003-03-27 Thread J. P.
Hello! I am using Apache 2.0.44 and WinXP. I have PHP 4.3.1. When i run the script the first page appears. But when i submit nothing appends. What's wrong? ?php function mostrar_formulario() { global $PHP_SELF; ? form action=?php echo $PHP_SELF; ? method=post Nome: input type=text name=nome