Questions tagged [phpdesktop]

PHP Desktop is an open source project providing a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. It is written in C++.

Phpdesktop acts as a PHP to EXE compiler. Embedded into a single application it delivers the following components:

  • a web browser (Google Chrome or Internet Explorer)
  • a multithreaded web server (Mongoose)
  • a PHP interpreter

The final single application comes with no external dependencies. Everything is included in the produced binary and ready to work out of the box.

Resources

62 questions
-2
votes
1 answer

PHP Form $_POST foreach stops after first iteration

I have the below PHP code which picks up the posted form data from another file, executes SELECT queries to find all related data form the various tables (SalesDB, CustDB and ProdDB), and then executes an INSERT INTO query to add a row into the…
Roy Monden
  • 11
  • 4
-2
votes
1 answer

php desktop chrome .exe does play mp4 files

I have created .exe file in Php desktop chrome. I am trying to play mp4 files but the mp4 file is not playing. What should I do? I am using PHP version 7.2 Here is my code
1 2 3 4
5