PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I wondered if anyone can help me, I'm posting soem data from a webpage that is mine to one that isn't mine. When this other webpage is called it displays some information such as success or fail.
Is there any way to get that data that is on this page?
If the remote page you are accessing use GET parameters to pass data than you can include them in the URL. If the page uses POST, can can look at use the CURL library to create full post based requests and retreive the results.