[PHP] superglobals?

2003-08-30 Thread Stevie D Peele
What do we call things like this -- $_POST['name'], $_SERVER['remote add'] Are they superglobals and where can I find a list of these? Thanks The best thing to hit the internet in years - Juno SpeedBand! Surf the web up to FIVE

[PHP] superglobals -sessions-clookies

2002-04-06 Thread cyberskydive
I think I've got down how to use the new superglobals with data sent from forms using whichever method needed. Now I need to learn how to do it with sessions! this is what I'm trying to accomplish. my website/ client list is growing and I want to add the ability for them to login, edit account

Re: [PHP] superglobals -sessions-clookies

2002-04-06 Thread heinisch
At 06.04.2002 12:48, you wrote: I think I've got down how to use the new superglobals with data sent from forms using whichever method needed. Now I need to learn how to do it with sessions! this is what I'm trying to accomplish. my website/ client list is growing and I want to add the

[PHP] Superglobals....

2002-03-23 Thread David
Hi, Is there any way to emulate the super globals on PHP4.0.6. I've designed a system using $_GET, $_POST, etc, and I had it all running wonderfully, but I have been forced to change servers to some folks who do not seem to have an upgrade to 4.1.x in mind. What I would like to know is... is