establishing socket connections

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dannymc1983
Forum Commoner
Posts: 80
Joined: Wed Feb 16, 2005 7:24 am

establishing socket connections

Post by dannymc1983 »

im trying to set up a socket connection and id just like to know do you have to specify the address and port of your proxy server if you are behind one?? if so how do you do this? i went through fsockopen() in the php manual but it didnt say anything about a proxy server....
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post by Pyrite »

socket connection to what?
dannymc1983
Forum Commoner
Posts: 80
Joined: Wed Feb 16, 2005 7:24 am

Post by dannymc1983 »

to a website
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post by Pyrite »

Do you mind explaining a bit what you are trying to do, or posting some code pls? I am kinda interested
Post Reply