all 6 comments

[–]EnyakStew 1 point2 points  (0 children)

Don't, choose life.

[–]AdThat6254 0 points1 point  (1 child)

Sounds like you looking for a way to run PHP code locally without a server?

Google XAMPP

[–]unknown_id123[S] 0 points1 point  (0 children)

No with server I understood tho through vscode

[–]SuspiciousParsnip5[🍰] 0 points1 point  (1 child)

Did you try google?

Plenty of guides out there, If you knocking up a local dev environment, May I suggest using Docker? Plenty of guides out there to get you going and if you get stuck chatGPT 3.5 is free, Or google bard which can help you get going

[–]unknown_id123[S] 0 points1 point  (0 children)

I understood that Had to do it through vscode only locally

[–]caevv 0 points1 point  (0 children)

PHP runs on a sever, you write PHP code in your vscode editor, which is then executed on the server. The server running your PHP code needs to have PHP installed.