I'm looking for a PHP script that can chain proxies together. Can this be done in PHP?
I know Curl can do proxy requests but I can't find any information on proxy-chaining in PHP.
Any information on this topic will be appreciated. Thanks.
Search found 4 matches
- Sun Dec 19, 2004 11:47 am
- Forum: PHP - Code
- Topic: PHP proxy chaining script
- Replies: 1
- Views: 539
- Wed Nov 24, 2004 2:35 pm
- Forum: PHP - Code
- Topic: php cgi version
- Replies: 0
- Views: 144
php cgi version
Could someone please explain the difference between the cgi version of PHP and a cgi-wrapper? Are they both the same thing?
- Sat Sep 25, 2004 12:48 pm
- Forum: PHP - Code
- Topic: Permissions question
- Replies: 2
- Views: 292
Permissions question
I'm about to write a PHP script which needs to work on all PHP configurations whilst maintaining a high level of security. I need a script (lets call it "script.php") to create a directory (called "folder/") which it can then write text files into. Both the directory and any writ...
- Fri Aug 20, 2004 3:54 pm
- Forum: PHP - Code
- Topic: php array problem
- Replies: 3
- Views: 764
php array problem
I've been having problems with php arrays for a while. Unfortunately it seems to happen randomly so I don't have a clue what's causing it. It goes something like this: $category[0]="name1"; $category[1]="name2"; Now, if I do this: echo $category[0]; It will simply print "n&q...