| 
 Posted by M D on 06/18/43 11:57 
"Tony Marston" <tony@NOSPAM.demon.co.uk> wrote in message  
news:edjpoq$599$1$8300dec7@news.demon.co.uk... 
> You are talking absolute crap. If you have a syntax error then PHP will  
> choke as soon as you attempt to run that script. As well as describing the  
> error it will also tell you the line number where it occurred. This  
> assumes of course that you have RTFM and set the following in your php.ini  
> file: 
> 
> display_errors = On 
> error_reporting  =  E_ALL 
> 
> --  
> Tony Marston 
> 
> http://www.tonymarston.net 
> http://www.radicore.org 
> 
> 
Maybe it depends on the everybody's preference. 
 
For my case I don't want to wait until you run the script. 
I want to fix my syntax error as i create a class or bean. 
 
MD
 
[Back to original message] 
 |