Results 1 to 2 of 2

Thread: post - get

  1. #1
    Join Date
    Mar 2006
    Posts
    177

    post - get

    just a quick question, what is the get code equivalent of
    $var1=$_POST['var1'];

    is it like
    $var1=$_GET['var1']; ?

    thanks in advance

    EDIT: i think i was right, it worked...

  2. #2
    Join Date
    Apr 2006
    Posts
    74
    Yeah, you had it right

Posting Permissions

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