Get All POST Variables Posted on September 10, 2011 by pixi To iterate through all POST form variables, use the code below; foreach ($_POST as $var => $value) { echo “$var = $value”; } Share this:EmailFacebookTwitterTumblrPinterestMoreWhatsAppPocketLinkedInRedditSkypeTelegramPrint Related