0
user access
I hv created small program with php, form n text file.. I hv verified n it's working fine.. now how to send / make end user to use it in their system who dont hv php installed in their system.. do I hv to share all files like .php n .txt or shall I zip it in one folder n send it to users.. kindly help me.. tnx in advance
6 Answers
+ 1
You send a link to end user to access your script. The script will execute on your server and then output what you have program in the php files.
+ 1
You should follow the PHP tutorials.
If you want someone to RUN the script. You have to send the script to a server with apache or nginx installed on it. Then you share the link of the script and the end user will be able to run it.
0
php only run on a server. It is not a executable files. You should never send to user php files.
0
save it to a thumb drive and send it via snail mail or hand deliver it
- 1
then how should I reach to end users
- 1
sorry Mr. Samuel, I'm not getting u.. I hv created in my personal laptop, with no LAN connected to it.. now I have to give to some user who no ware connected to my laptop or my server.