|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-08-26 12:09 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 04:00:01 2026 UTC |
I've got two frames. top, bottom <FORM ACTION=xx.html TARGET=bottom METHOD=POST> .... . .</FORM> Values submitted via POST method: Warning: Variable passed to each() is not an array or object in /home/mp3admin/public_html/cdabcd/pages/content/lista.htm on line 66 line 66-67 while (list($var, $value) = each($HTTP_POST_VARS)) { echo "$var = $value<br>\n"; } The other paramethers are correct. Using the GET method in the HTTP_GET_VARS array is only one parameter.