Fri, 17 May 2024


How to get all the POST method variables are available?

By: Peter, NetArt Media
Mon, 15 June 2020

foreach ($_POST as $var => $value)
{
echo "$var = $value<br>\n";
}


Category: PHP Examples
Share this post:



See All Scripts






Subscribe for our newsletter

Receive the latest blog posts direct in your mailbox