From 42ce6f19bc575507ebfb57ee8d2a9bbc4116cf24 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:09:43 +0200 Subject: [PATCH 1/3] Replace dead link - simple.md --- php/using-php/simple.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/using-php/simple.md b/php/using-php/simple.md index dd7dc565..3677415c 100644 --- a/php/using-php/simple.md +++ b/php/using-php/simple.md @@ -14,9 +14,9 @@ PHP has two main ways of operating - as a command-line tool (CLI), or as part of You should be able to try out most things in the PHP tutorials with any online PHP tool. Some are limited by whether you have full control of the HTML, or whether other features are available, like a filesystem or database. -### Using PHPFiddle +### Using PHPHub sandbox -[PHPFiddle.org](https://phpfiddle.org/) is a simple and well featured way to try out PHP. It is able to serve a full web page, and even provides MySQL database access if you set up a login. +[https://phphub.net/sandbox/](https://phphub.net/sandbox/) is a simple and feature-rich way to try out PHP. It even provides MySQL database access (click the example button). ## Installing on your machine From 670e8ff667ea582b7ad2e6e5c54d455099bae0a0 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:17:39 +0200 Subject: [PATCH 2/3] Fix description --- php/using-php/simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/using-php/simple.md b/php/using-php/simple.md index 3677415c..cc86562e 100644 --- a/php/using-php/simple.md +++ b/php/using-php/simple.md @@ -16,7 +16,7 @@ You should be able to try out most things in the PHP tutorials with any online P ### Using PHPHub sandbox -[https://phphub.net/sandbox/](https://phphub.net/sandbox/) is a simple and feature-rich way to try out PHP. It even provides MySQL database access (click the example button). +[https://phphub.net/sandbox/](https://phphub.net/sandbox/) is a simple and feature-rich way to try out PHP. It even provides MySQL database access. ## Installing on your machine From d285fe97d54aa0a9953a690f9fbf2ecdf53d68e9 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:17:17 +0200 Subject: [PATCH 3/3] Fix anchor to phphub.net/sandbox/ --- php/using-php/simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/using-php/simple.md b/php/using-php/simple.md index cc86562e..17d742b8 100644 --- a/php/using-php/simple.md +++ b/php/using-php/simple.md @@ -16,7 +16,7 @@ You should be able to try out most things in the PHP tutorials with any online P ### Using PHPHub sandbox -[https://phphub.net/sandbox/](https://phphub.net/sandbox/) is a simple and feature-rich way to try out PHP. It even provides MySQL database access. +[phphub.net/sandbox/](https://phphub.net/sandbox/) is a simple and feature-rich way to try out PHP. It even provides MySQL database access. ## Installing on your machine