I have a php script
$config['proxy'] = 'website with numerical port number';
$config['proxy_username'] = '';
$config['proxy_password'] = '';
what is a service I can use that has a proxyaddress : port, username,password
where I can run this php script from the same ip address (localhost for example) and the recipient thinks I am using a different ip address
$config['proxy'] = 'website with numerical port number';
$config['proxy_username'] = '';
$config['proxy_password'] = '';
what is a service I can use that has a proxyaddress : port, username,password
where I can run this php script from the same ip address (localhost for example) and the recipient thinks I am using a different ip address