Can anyone help with how to be able to run or practice PHP code offline without having to use an online server? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Can anyone help with how to be able to run or practice PHP code offline without having to use an online server?

I'm trying to practice some PHP code on my pc but it seems I need a webserver. Having to be online 24/7 isn't possible for me so I need an offline alternative. I've searched online but none of the answers seem to specific for me to understand 🥲. If you have a way lemme know

20th Jun 2022, 5:54 PM
BadCndY
BadCndY - avatar
5 Antworten
20th Jun 2022, 6:06 PM
Chris Coder
Chris Coder - avatar
+ 2
There is “xammp” which SHOULD also work offline… It can parse html and therefore work as a localwebserver. It can be accessed via “localhost/filename.php” in the browser when installed and avtivated… I suggest Googling it, there should be enough explanation and tutorials online for this
20th Jun 2022, 5:57 PM
Alexander Thiem
Alexander Thiem - avatar
+ 1
Chris Coder thx for the video bruv Shoulda done this a long time ago
20th Jun 2022, 6:16 PM
BadCndY
BadCndY - avatar
+ 1
BadCndY You're Welcome :
20th Jun 2022, 6:22 PM
Chris Coder
Chris Coder - avatar
0
Alexander Thiem Ok Is Xamp used with bitnami? For wordpress cos I have that with Apache and PHP installed But I can't find a way to connect it to netbeans or anything like that My main problem is using it not having Like I said I've googled about everything I could
20th Jun 2022, 6:09 PM
BadCndY
BadCndY - avatar