Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Perform Function when...

  1. #11
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by djr33
    I was also thinking that the SESSION array was included.
    thats what I meant to say... but my fingers typed SERVER instead... haha I didnt even catch that until you posted.

  2. #12
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Ha. Ok. But SERVER makes some sense too. the IP, REQUEST_URI, HTTP_REFERER, brower info, etc., are input in some sense.

    I like to stay away from $_REQUEST, anyway. Too much guesswork involved. If I do need to use both post and get (and/or cookie), then I just write that directly, explicitly, so it's easy to keep track of.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •