• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

QuickPHP

Keep this one going, and so far in one day (less than) you pair have came up with one cracking (no pun intended) and very usefull proggy.

PS first time today Rapidshare has asked for the authentication - hate that feckin where are the cats thing, it's almost impossible to get sometimes - boycot them.

Sorry, I went over my RapidShare limit (25gb/5days).
 
Project has been opened on my CubedLabs website :)

http://www.cubedlabs.com/quickphp.php

Download links are at the bottom - in php4 and php5 - php5 handles errors nicer!

This is still the official development thread. If anybody contributes, please include the source in
PHP:
 tags, along with a pre-compiled version of the code.
 
I love this, but is there a way to make an error, to tell you what the problem is (if any), because whenever I try

PHP:
<?php
// commented
echo 'uncommented';
?>

it works right, but whenever I do a mistake like:
PHP:
<?php
/ commented
echo "uncommented";
?>

it just shows blank.
 
Hm, it's blank in the php5 compiled code but it's showing the errors in the php4 version.

Very odd because it's the exact same code that's being compiled..
 
Back
Top