Skip to content

Commit

Permalink
Merge pull request #486 from cyr1l0u/gh-pages
Browse files Browse the repository at this point in the history
Replace dead link phpfiddle.org - simple.md
  • Loading branch information
KimberleyCook authored Oct 15, 2024
2 parents 2c97f8b + d285fe9 commit 58ae054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/using-php/simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[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
Expand Down

0 comments on commit 58ae054

Please sign in to comment.