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
how to use my php page across a local network
Moderator: General Moderators
-
cbtahir2001
- Forum Newbie
- Posts: 2
- Joined: Tue May 11, 2010 1:54 am
- Location: Pakistan
- Contact:
-
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
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
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