user access | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

15th Aug 2016, 3:52 AM
Krupendra VS
Krupendra VS - avatar
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.
15th Aug 2016, 4:01 AM
Samuel Gaudreault
Samuel Gaudreault - avatar
+ 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.
15th Aug 2016, 4:14 AM
Samuel Gaudreault
Samuel Gaudreault - avatar
0
php only run on a server. It is not a executable files. You should never send to user php files.
15th Aug 2016, 3:57 AM
Samuel Gaudreault
Samuel Gaudreault - avatar
0
save it to a thumb drive and send it via snail mail or hand deliver it
2nd Nov 2016, 3:10 AM
Starpaly
- 1
then how should I reach to end users
15th Aug 2016, 4:00 AM
Krupendra VS
Krupendra VS - avatar
- 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.
15th Aug 2016, 4:04 AM
Krupendra VS
Krupendra VS - avatar