how to run a php file at the remote system
Posted: Thu Apr 17, 2003 5:42 am
Hi,
I have two php files file1 and file2.
file1 receives some data from the client.
Now i want to redirect this user information to file2 that is situated
at the remote system.
At the file2 the redirected information will be processed.
This process of redirecting will be automatically done as and when there comes information from the user to the file1.
I have two php files file1 and file2.
file1 receives some data from the client.
Now i want to redirect this user information to file2 that is situated
at the remote system.
At the file2 the redirected information will be processed.
This process of redirecting will be automatically done as and when there comes information from the user to the file1.