Is there any way to view data that is being posted from a form. I dont need to process the form, only view the data as sent through via the post method.
The reason I ask is becuase I am writing a program in Delphi that I will need to use to post a form online, if I can send through the correct header information then this should be possible.
Thanks in advance
__________________
md AskAGeek.com - Where geeks answer your computer and tech questions. Ann-Lindsey.com - My Wife's Budget Fashion and Shopping Blog
Use the wonders of print_r() (PHP Manual Link)! That function has saved me so much time! All it does is print all the keys and values from an array together.