+ 3
Is there any way i can use php without server?
I want to know how can I use php without server.
5 Antworten
+ 17
Of course. You can use php-cli module to write console applications.
+ 6
You need an interpreter. What is Your goal?:)
+ 4
I think you're looking for something like xampp
+ 3
That would be against the purpose of using php. You can't use a server side language without a server.
0
no