Using GET or POST, When, Why and How to get the data in PHP

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • This is more for beginners learning HTML, Forms and PHP. I see this error a good bit.
    Company Website: www.ideapro.com
    I have been writing software for 30+ years and enjoy working with new clients and teaching others how to develop.
    SEND BUSINESS CORRESPONDENCE TO:
    Idea Pro LLC or Joshua Herbison
    2901 E Greenway Rd. #54171
    Phoenix, AZ 85032
    In my tutorials, you will see me upload files to the server. To upload, I use Sublime Text 3 with SFTP by WBond. idp.bz/sftp
    WordPress Codex: idp.bz/wordpres...

Комментарии • 9

  • @jherbison
    @jherbison  2 года назад +2

    As it may be easy, for some it may be confusing. Love to help beginners.

  • @giulio1865
    @giulio1865 2 года назад +1

    Amazing video!

    • @jherbison
      @jherbison  2 года назад

      Thank you. I should have some time in the morning to look at the other email you sent.

  • @theman7050
    @theman7050 2 года назад +1

    An absolute must know concept. ✌🏼
    By the way, how about a video on ways to secure our custom wordpress theme/plugin without the need of an additional plugin for it? I mean in pure code as secure as we can make them.

    • @jherbison
      @jherbison  2 года назад +1

      Cool... Thank you for the comment and suggestion. I will take a look and add it to the list.

  • @rjtkatoch007
    @rjtkatoch007 2 года назад +3

    make a video on query strings in wordpress bro

    • @jherbison
      @jherbison  2 года назад +1

      I probably have, but what specifically are you looking for. More details? Thank you for watching and commenting.

    • @rjtkatoch007
      @rjtkatoch007 2 года назад

      @@jherbison i mean a tutorial on how to send data through url and fetch it on another page in wordpress

    • @rjtkatoch007
      @rjtkatoch007 2 года назад

      recently in a project i have to made templates for product parent category, subcategory and subcategory terms with products. And i was clueless how to cutomize taxonomy_product_cat template. Make a tutorial on this topic also as i have to made templates for two tier of subcategory page design after parent category page.