php application on LAN
Moderator: General Moderators
php application on LAN
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..........
Re: php application on LAN
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.
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.