Reading/responding data from/to different server

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!

Moderator: General Moderators

Post Reply
angelena
Forum Commoner
Posts: 53
Joined: Mon Nov 22, 2004 4:10 am

Reading/responding data from/to different server

Post by angelena »

harloo...

Following is d description of d situation im facing now:

I need to read data being passed from another server thru parameter attached with d URL.
When i get d data, i will need to perform a function whereby to store d data retrieve into my db
Then if d data is okie, i need to response back.


Question :
Im okie with retrieving the data,but how can i make it as automated as this URL meant for online transactions,thereofre i have to keep d page refresh evrytime to read data.

How should i pass back the response to the sender server?

I did look thru those manual and come accross something like flush(), isit applicable in my situation?

Can someone please give me some guide how should i start this?

Thanks alot..
Post Reply