About 2,380,000 results
Open links in new tab
  1. How to get information sent via post method in PHP

    Jul 23, 2025 · In this article, we will learn to get information via the post method in PHP. In PHP, we can use the $_POST method as a superglobal variable that is operated to manage form …

  2. phpBB • How does posting.php work?

    Feb 8, 2020 · How does posting.php work? by Kake » Sat Feb 08, 2020 7:15 pm Hi, I am new to phpBB and I am coding a API that integrates with phpBB (in the background) and wanted to …

  3. PHP POST Method: Understand the Best Method With An …

    Jan 25, 2025 · Learned what the PHP POST method is, and the $_POST superglobal variable. Read on to know the advantages, difference between GET and POST Methods & example of …

  4. Using the POST method in a PHP form - html.form.guide

    This tutorial will cover how PHP handles form data posted via the POST method. Introduction to the form POST data is submitted by a form and “posted” to the web server as form data. …

  5. How to get form data using POST method in PHP

    Jul 12, 2025 · PHP provides a way to read raw POST data of an HTML Form using php:// which is used for accessing PHP’s input and output streams. In this article, we will use the mentioned …

  6. phpBB • $mode in posting.php

    Oct 29, 2009 · It's been awhile - where is the mode defined in posting.php? I created a new mode, and when I click submit, it posts the reply, but tells me "Information: No mode specified". But, it …

  7. Prefilling Subject and Message using URL - phpBB

    Feb 2, 2011 · Re: Prefilling Subject and Message using URL by Rapal » Wed Feb 02, 2011 4:57 pm AmigoJack wrote: And yes, I tried it, since normally I only add "Untested". Cool! Thanks …