Great PHP code that displays how the arrays break down when passing from HTML forms to $_POST variables.
echo “<pre>”;
print_r ($_POST);
print_r ($_FILES);
echo “</pre>”;
This helps when juggling multiple files or big database entries.
February 25th, 2008 | PHP
Great PHP code that displays how the arrays break down when passing from HTML forms to $_POST variables.
echo “<pre>”;
print_r ($_POST);
print_r ($_FILES);
echo “</pre>”;
This helps when juggling multiple files or big database entries.
0 comments ↓
If you found this post useful click the share this button. Contribute below by adding a comment, no registration is required.
DCE's Most Talked About Posts
Read Full Article...
Read Full Article...
Read Full Article...
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment