How to add php web application to thumb machine | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to add php web application to thumb machine

i have application in php i want to present all staff with thumb machine.

18th Sep 2018, 6:10 PM
nishant kumar shukla
nishant kumar shukla - avatar
1 Antwort
+ 2
If I understand your question correctly, PHP distributes ready-to-run ZIP files... https://windows.php.net/download/ But there's also a whole new world of possibility -- one where you can run apps with persistent data from flash drives. Here's a portable version of PHP: https://sourceforge.net/projects/phpportable/ Designed for PortableApps: https://portableapps.com/ I haven't tried PHP on it, but the portable everything-on-a-flash-drive model is super convenient. Good luck.
18th Sep 2018, 7:10 PM
Kirk Schafer
Kirk Schafer - avatar