<?php print_r($_FILES); /* THE ABOVE CODE OUTPUTS: Array ( [image] => Array ( [name] => aircraft war military fighter pilot cockpit planes vehicles jet aircraft 3000x1928 wallpaper_www.wallpaperhi.com_6.jpg [type] => image/jpeg [tmp_name] => /Applications/MAMP/tmp/php/phpzqf0Y6 [error] => 0 [size] => 383379 ) ) */
Sunday, March 10, 2013
What does PHP's print_r($_FILES) look like?
Subscribe to:
Post Comments (Atom)
About Me
- John Erck
- I code. I figured I should start a blog that keeps track of the many questions and answers that are asked and answered along the way. The name of my blog is "One Q, One A". The name describes the format. When searching for an answer to a problem, I typically have to visit more than one site to get enough information to solve the issue at hand. I always end up on stackoverflow.com, quora.com, random blogs, etc before the answer is obtained. In my blog, each post will consist of one question and one answer. All the noise encountered along the way will be omitted.
Blog Archive
-
▼
2013
(49)
-
▼
March
(19)
- How do I enable or disable an apache virtual host?
- How do I list all running processes and the amount...
- What's the best tutorial for getting set up with r...
- What's the quickest way to install homebrew on Mac...
- What's the easiest way to get the latest version o...
- How do I install a command line tool after uncompr...
- How do I uncompress a tarball?
- How do I get and install a trusted SSL cert on a l...
- What's the purpose of each directory in a standard...
- When I create a new file or folder, what determine...
- When I create a new file or folder, what determine...
- How do I make it so all future files and dirs have...
- How do I make it so all future files and dirs have...
- What does PHP's print_r($_FILES) look like?
- How do I increase PHP's resource limits?
- What does PHP's getimagesize function return?
- How can I add an existing user to an existing grou...
- How can I determine the differences between two My...
- How do I search multiple files for a specific word...
-
▼
March
(19)
No comments:
Post a Comment