how to use my php page across a local network

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
cbtahir2001
Forum Newbie
Posts: 2
Joined: Tue May 11, 2010 1:54 am
Location: Pakistan
Contact:

how to use my php page across a local network

Post by cbtahir2001 »

I am a beginner in php programming. My question is that how can i use my php page across my local network while I have appserv installed only in my computer. It will be very kind of you if you can help me out.
Regards
Bilal
cbtahir2001
Forum Newbie
Posts: 2
Joined: Tue May 11, 2010 1:54 am
Location: Pakistan
Contact:

Re: how to use my php page across a local network

Post by cbtahir2001 »

fortunately I have found a solution I know most of you have known this but just to share.
it is to type the source computer's IP on the client Computer's browser and than the localhost,port number followed by a colon i-e if ur Ip on your local network is 192.143.1.4 and the port is 80(which is the normal port of localhost) you shoud type
http://192.143.1.4:80/index.php
and you can use your local host as a web server for your local network.
Regards
Bilal
Post Reply