Posted by Michael Fesser on 03/02/07 07:33
..oO(met00)
>Mike Russell wrote:
>> I'm just starting out in php, and am looking around for any ide / debugger
>> combinations.
>
>vi
>
><?
>ini_set("display_errors","1");
>error_reporting(E_ALL & ~E_NOTICE);
>?>
jEdit
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL | E_STRICT);
?>
Micha
Navigation:
[Reply to this message]
|