View Single Post
Old 09-28-2012, 09:05 AM   PM User | #3
zoyee
New to the CF scene

 
Join Date: Sep 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
zoyee is an unknown quantity at this point
The predefined $_POST variable is used to collect values from a form sent with method="post".

Information sent from a form with the POST method is invisible to others and has no limits on the amount of information to send.

Note: However, there is an 8 Mb max size for the POST method, by default (can be changed by setting the post_max_size in the php.ini file).

thanks

Last edited by VIPStephan; 09-28-2012 at 12:40 PM.. Reason: removed spam link
zoyee is offline   Reply With Quote