Magento Expert Forum - Improve your Magento experience

Results 1 to 5 of 5

How To Retrieve HTML Form Data With PHP

  1. #1

  2. #2
    Junior Member
    Join Date
    Sep 2018
    Location
    United Kingdom
    Posts
    635
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    See the PHP docu for data on your particular server establishment. As a matter of course you can't utilize PHP in HTML pages. In the event that you just have php code in one html document yet have various different records that just contain html code, you can add the accompanying to your .htaccess record so it will just serve that specific record as php.

  3. #3
    Junior Member
    Join Date
    Feb 2018
    Posts
    113
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Last edited by trzy; 16-11-2020 at 10:13 AM.

  4. #4
    Junior Member
    Join Date
    Sep 2018
    Location
    Canada
    Posts
    873
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    The most effective method to recover structure information sent by means of GET. When you present a structure through the GET strategy, PHP gives a superglobal variable, called $_GET. PHP utilizes this $_GET variable to make an acquainted cluster with keys to get to all the sent data ( structure information ). The keys is made utilizing the component's name trait esteems.

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
  •