Jake McHenry <mailto:[EMAIL PROTECTED]>
    on Wednesday, October 15, 2003 12:55 PM said:

> Once I get a complete list, I can just copy and paste that to all my
> files, correct?

Yes you can just copy and paste the code.

> What happens if I try to call a variable in $_SESSION
> that hasn't been created yet?.... This might not let me copy and
> paste....

Nothing will happen except that you'll have an empty string (I think).

Give it a shot and find out.


<?php

session_start();

$myval = $_SESSION['myval'];

?>


Put that into a new page and see what happens.



Chris.


--
Don't like reformatting your Outlook replies? Now there's relief!
http://home.in.tum.de/~jain/software/outlook-quotefix/

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

Reply via email to