Hi all,

If I have the following code,

<?php
        global $some_var
<FORM action="next_page.php" method="post">
        type="submit" name="submit" value="foobar">
</FORM>
?>


When the user hits the submit button, the value in some_var disappears? Is
there a way of perserving the value in $some_var.

thanks in advance.

cheers,
Tehn Yit


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

Reply via email to