Please don't hijack threads.

Olivier GOEGEL wrote:
hello,
I created  little script in PHP 5 in which I entered the following line

<form name="transfert" method="post" action="wogl_transfert.php">
<input name="rep_final" type="hidden" value="<?=$rep_final?>">
<input name="rep_source" type="hidden" value="<?=$rep_source?>">
<input type="submit" value="TRANSFERT">

the "hidden" input helped me to keep the rep_source variable with the same
value in the next page than in the new page.

I'm not a specialist but it has been working well until today.

Read this, and check your settings...

http://us4.php.net/register_globals

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to