Mostly work related stuff which I would've entered into my "Log book". Instead of hosting it on an intranet site, outsourcing the hosting to blogger!
Inputs from
https://stackoverflow.com/questions/9332718/how-do-i-print-all-post-results-when-a-form-is-submitted
One way would be something like
foreach ($_POST as $key => $value) { echo $key; echo $value; etc.
No comments:
Post a Comment