Posted by Tony Marston on 10/02/21 11:57
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
"M D" <md@md.com> wrote in message news:MldLg.8674$Hr1.3679@clgrps12...
>I think web application developed by php takes more time to develop and
>debug.
> Some time takes 1 minute to find a syntax error. With java less than a
> second.
> One thing is i have enough experience with php, but what is that you like
> about php?
>
> md
>
Navigation:
[Reply to this message]
|