[FX.php List] Annoying PHP warning

Leo R. Lundgren leo at finalresort.org
Mon Sep 8 10:04:41 MDT 2008


8 sep 2008 kl. 18.03 skrev David Ness:

>
> -----Original Message-----
> On this page, I have 2 session variables that I read in and use for a
> URL:
>
> $the_db = $_SESSION['the_db'];
> $return_link = $_SESSION['return_link'];
>
> Is this a bad thing to do? If so, I'm wondering why it hasn't been a
> problem in other pages...
> ---------------
>
> I do this all the time, many dozens of times on some pages, with no
> problems.


When you do, do you have register_globals set to On?

-|



More information about the FX.php_List mailing list