send data and images in php by 80 different port

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
azul85
Forum Newbie
Posts: 1
Joined: Thu Apr 29, 2010 8:15 pm

send data and images in php by 80 different port

Post by azul85 »

I want to send text and images in php and apache to another port other than http, that is not sent on port 80.

I await your answers, thanks
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: send data and images in php by 80 different port

Post by requinix »

Set up Apache to listen on that other port.
Post Reply