RedBlueGreen SmallMediumLarge WideNarrowFluid
Your Cart 0 items,total ($0) View Cart
PHP Tutorials
Fopen and Freadfile using proxy or behind firewall PDF Print E-mail
User Rating: / 2
PoorBest 
Wednesday, 16 March 2011 16:56

Below is PHP code for Fopen and Freadfile with proxy

<?php

function preadfile($_url, $_proxy_name = null, $_proxy_port = 4480){

Read more...
 
Fopen through a proxy server. PDF Print E-mail
Wednesday, 16 March 2011 16:50

This function allows you to retrieve a remote file via a web proxy in php. It replaced the usage of “fopen” and “fgets” in the modified script I snipped this from, which was an atom feed reader. In situations where outgoing connections are necessarily proxied, you can substitute the following:

Read more...
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2