Search found 1 match
- Mon Oct 27, 2008 9:41 pm
- Forum: PHP - Code
- Topic: POST data in php and process the result after it.
- Replies: 1
- Views: 114
POST data in php and process the result after it.
Hi, I am looking for a solution on how to POST data in PHP. I've a form with few hidden data that need to POST to a specific URL. The destination URL will return some data in XML format for me to do further process. If I set the action attribute in html form tag with the destination URL, the page wi...