[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 TIMES FASTER!
Only $14.95/ month - visit www.juno.com to sign up today!

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



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 ability for them to
>login, edit account info, check proress, order new services etc.
>
>How do I use sessions, with the new superglobals, to gather the information
>I will need to write to the database?

Aeh, what about the manual ?
  http://www.php.net/manual/en/

Oliver


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




[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 info, check proress, order new services etc.

How do I use sessions, with the new superglobals, to gather the information
I will need to write to the database?



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




[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 there away to make a variable global 
across all functions, like the $_* type vars? Without putting 

global $_SERVER, $_GET, $_POST, $_REQUEST, $_SESSION, $_COOKIE;

at the top of each function.

Thanks!

David


-- 
---

WarpedWeb.Net
http://www.warpedweb.net/

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