NiftyHost Forums (Archive)
Testing your PHP Skills - Printable Version

+- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support)
+-- Forum: Technology (https://niftyhost.chary.us/support/forum-7.html)
+--- Forum: Coding (https://niftyhost.chary.us/support/forum-12.html)
+--- Thread: Testing your PHP Skills (/thread-1601.html)



Testing your PHP Skills - MyDigitalpoint - 07-24-2012

I came across with a website where it is possible to test your PHP coding without having to install a server software onto your computer, or having to be at risk messing up your hosting space.

This is the site if you want to check it out, http://writecodeonline.com/php/

While would be hard to test a full application, it's a good resource to test snippets or functions comprised in a single file.


RE: Testing your PHP Skills - HiddenKnowledge - 07-27-2012

http://writecodeonline.com/php/?code=echo(%22Lol,%20this%20is%20actually%20pretty%20funny.%22);
:)