Hi,
thanks for the quick reply.
Actually the service I'm calling to (which is a 3rd party) -> service.aspx , is the one which has IP restriction.
What I need to do, it to make sure that the call for this service (which is done by my php script) will originate from the machine ip
(my domain IP) , and not from the user IP.
The method I tried, using implode() - apparently doesn't work - so I'm wondering how it can be done.