Results 1 to 3 of 3

Thread: ASP to PHP

  1. #1

    Thread Starter
    Lively Member bhaskerg's Avatar
    Join Date
    Mar 2001
    Location
    india
    Posts
    68

    Cool ASP to PHP

    Hi all,

    i am converting all ASP pages to PHP....I want to know what is the equivalent for "request.form()" in PHP...
    thanx in advance...

    -Bhasker

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    $HTTP_POST_VARS["formitem"];
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    denniswrenn
    Guest
    Depending on the configuration in your php.ini file, you can also just use $formitemname.

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