For the record, I have tried:

<?php
//$temp = $name;
session_name("TESTpostcard");
session_start();

$temp = $name;
session_register("name");
$name = $temp;

> I have read: http://www.php.net/manual/en/function.session-register.php
> This is my problem:
> http://www.collegesherbrooke.qc.ca/languesmodernes/postcard/test_session.php
>
> Type something.
> Press submit.
> Change your text and re-submit.
>
> $name doesn't re-save itself. This is my code:
> http://www.collegesherbrooke.qc.ca/languesmodernes/postcard/test_session.phps
>
> Suggestions?
> It can't be that complicated can it?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to