How to run a php application without installing xampp on the client system?

In my application, I need to deploy my application to the client system. So, is there any way to run my php application without installing xampp ...

Since the client must access it as a finished application, without installing anything ...

This is a description of my project ...

We must develop an application in which the client will have our application, which he will connect to the remote server

Then it will download data from the remote server ...

He then uses this downloaded data using this application.

Here is my requirement - the user may not know about installing xampp ...

So, is there a way to run the application on the user system by simply copying some files

U can offer me a solution with one click (for example, using the installer, which will include installing xampp and copying my data to the user system).

+6
source share
8 answers

I am a big fan of server2go. I used it to deploy PHP applications to CD / DVD. It comes with MySQL and is relatively easy to configure. I even replaced their screensaver with my own, so no one knows that I use it. This is a coin, but I was impressed enough to donate:

Server2Go-web

With this application you do not need to install all these other things. It is contained in this executable file and directory.

: , server2go . exe, . .exe, PHP , server2go , .

2: : MySQL , serve2go USB-. CD/DVD, , .

+3

php, , , ip , .

http://**ip address/php file name
+2

PHP Desktop. PHP Script , Xampp - .

PHP Desktop Application

ZIP , . , " www". , , php Script .

. .Exe " PHP desktop-chrome"

PHP Script .

Script - , Xampp, Wamp, Etc, .

+2

, , Client Server, .

0

PHP . - ( , IIS XAMPP), .

, , Java C/++.

0

xampp zip , htdocs, xampp , eazily .

0

- PHP, , php -S localhost:port , .

S S, s

0

, - - Wamp, Xampp ..

, .

-1

All Articles