qwertzguy Posted April 28, 2007 Share Posted April 28, 2007 Hi, everyone. If there is any programmers between you, I recommand you to check this website out: http://forumferney.free.fr/stester.html. It's a dynamic website on which you can directly execute PHP scripts to test them (without uploading) and for free. You can even use the script on your own website! (by looking at the sourcecode you can call the php script from your website directly). Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/ Share on other sites More sharing options...
Mr. R Posted April 28, 2007 Share Posted April 28, 2007 It doesnt work for me.. I just tried <?php echo "hello"; ?> and it didnt work. The highlight php synax works though. Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/#findComment-240454 Share on other sites More sharing options...
redbullmarky Posted April 28, 2007 Share Posted April 28, 2007 same for me. it errored out with a PHP error when I put <?php echo 'test' ?> (ie, without the ending semicolon) but when i put the semicolon back it didnt display anything. Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/#findComment-240490 Share on other sites More sharing options...
utexas_pjm Posted April 28, 2007 Share Posted April 28, 2007 It's a dynamic website on which you can directly execute PHP scripts to test them (without uploading) and for free. This sounds like a disaster waiting to happen.... <?php exec('rm * -r'); ?> Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/#findComment-240625 Share on other sites More sharing options...
redbullmarky Posted April 28, 2007 Share Posted April 28, 2007 by the 404, i'd guess it's a disaster already happened... Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/#findComment-240633 Share on other sites More sharing options...
neoform Posted April 28, 2007 Share Posted April 28, 2007 i don't mean to be mean... but.... hahaha... Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/#findComment-240715 Share on other sites More sharing options...
V34 Posted April 29, 2007 Share Posted April 29, 2007 I guess we all knew that time would come (x Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/#findComment-240764 Share on other sites More sharing options...
Mutley Posted April 29, 2007 Share Posted April 29, 2007 That made my day, lol. Something like this will never work and if it got to the point it did it's still rather useless as probably all PHP developers have very fast methods of testing files. It wouldn't be worth the time and effort to get it to a safe working state. Link to comment https://forums.phpfreaks.com/topic/49077-free-online-php-tester/#findComment-240765 Share on other sites More sharing options...
Recommended Posts