From 66fb1872fca9fc1df1398634597c8188e2d0404f Mon Sep 17 00:00:00 2001 From: Slava Rozhnev Date: Mon, 23 Sep 2024 20:45:37 +0300 Subject: [PATCH] Update README.md Added phpize.online link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04411233..034f2c41 100644 --- a/README.md +++ b/README.md @@ -805,6 +805,7 @@ When learning CS, there are some useful sites you must know to get always inform - [RunJS](https://runjs.app/play) : Online JavaScript playground with instant live feedback - [StackBlitz](https://stackblitz.com/) : Instant Dev environments with support of nodejs and npm packages. - [Wandbox](https://wandbox.org/): Online compiler with bleeding edge C++ and 40 other languages. +- [PHPize.online](https://phpize.online/): Online PHP compiler with SQL support.
↥ Back To Top