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
5 ответов
+ 2
There is a android app
https://play.google.com/store/apps/details?id=php.code.play&hl=en_US&gl=US
And XAMPP server for PC.
https://www.apachefriends.org/download.html
Video to show how to run
https://www.youtube.com/watch?v=OG6JmaW-wFE
+ 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
+ 1
Chris Coder thx for the video bruv
Shoulda done this a long time ago
+ 1
BadCndY You're Welcome :
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