Skip to content

Commit 42ce6f1

Browse files
authored
Replace dead link - simple.md
1 parent 2c97f8b commit 42ce6f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

php/using-php/simple.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ PHP has two main ways of operating - as a command-line tool (CLI), or as part of
1414

1515
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.
1616

17-
### Using PHPFiddle
17+
### Using PHPHub sandbox
1818

19-
[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.
19+
[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).
2020

2121

2222
## Installing on your machine

0 commit comments

Comments
 (0)