Results 1 to 3 of 3

Thread: tutorials

  1. #1

    Thread Starter
    Lively Member DJ P@CkMaN's Avatar
    Join Date
    Jan 2002
    Location
    Burpengary, Queensland, Australia
    Posts
    95

    tutorials

    hey all,

    does anyone know of any tutorials that deal with having global_variables off as all the ones i've seen assume that it is ON and that makes things a little difficult

    thanks
    There's something I've noticed in the last year or so...
    Australian's are good at EVERYTHING !!!

  2. #2
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    I really do not know of any books nor tutorials, but all you have to remember is if you are not using PHP 4.0+ you use the following:

    $HTTP_POST_VARS
    $HTTP_GET_VARS

    If you are using 4.0+ its:
    $_POST['variable']
    $_GET['variable']
    $_REQUEST['variable']
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  3. #3
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    So every time you see an assumed global in the tutorial, like a cookie name or a variable from a form, just change it to have $_COOKIE['cookie name'] or $_REQUEST['form variable']
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

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



Click Here to Expand Forum to Full Width