how i can send date from site to other sites

Posted by moustafa on Stack Overflow See other posts from Stack Overflow or by moustafa
Published on 2010-05-21T15:18:48Z Indexed on 2010/05/21 15:20 UTC
Read the original article Hit count: 143

Filed under:

Hi, Im not much of a php coder, mainly use VB. But i had a problem with one of my apps. To make it more secure i would need each php parameter to go through one site. Here is an example of what i mean:

  • Application loads
  • sends ip and location to 2 servers (a.php & b.php) the problem so far is that the pc is making direct connections to these pages. What i was trying to do is make it so that it only sends one command to z.php and the page z.php would send the data to a.php and b.php.

My question is how would i set up z.php?

I hope i make sense, i have looked everywhere and couldnt find an answer.

© Stack Overflow or respective owner

Related posts about php