|
Posted by J.O. Aho on 07/30/05 15:25
Cooper wrote:
> No sorry :( i don't want that value of $variabile1 and $variabile2 are
> displayed on html code; if possible, i prefer to write directy on header
> this values and re-call it after reload page with $_POST.
> Shortly, i prefer to bypass the form, right?
Then you are forced to use sessions/cookies and replace the $_POST with
$_COOKIE or/and $_SESSION, for more information how to use them check the
following links:
http://www.php.net/manual/en/function.setcookie.php
http://www.php.net/manual/en/ref.session.php
or in Italian:
http://www.php.net/manual/it/function.setcookie.php
http://www.php.net/manual/it/ref.session.php
//Aho
Navigation:
[Reply to this message]
|