php application on LAN

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
aamir_rak
Forum Newbie
Posts: 3
Joined: Wed Jul 13, 2011 12:53 am

php application on LAN

Post by aamir_rak »

hi guys i have develop a simple software (application) in php i have run that on several systems which are connected through LAN so kindly help me in this regards how can i do this..........
edziffel
Forum Newbie
Posts: 9
Joined: Wed Jul 13, 2011 6:32 am

Re: php application on LAN

Post by edziffel »

if you mean that you need to develop an app so that local network users can run it on their machines you need to:
1. Set up an Internet server on the network that local users can access via their browsers; ie you assign a URL they can use in their browser address bar to get to that webhost
2. Set up a default website on that host
3. Do your php program for what ever you need it to be.

Good luck with all that. It is not an easy nor simple task. Each step above involves a lot of variables that can be quite tricky.
Post Reply