Sep 18, 2003 #1 Brian56 Programmer May 29, 2003 66 CA Can someone tell me how to trace a parse error. It just cant be the lines that are being thrown out. Brian
Can someone tell me how to trace a parse error. It just cant be the lines that are being thrown out. Brian
Sep 18, 2003 #2 sleipnir214 Programmer May 6, 2002 15,350 US Take a look at my FAQ on debugging PHP: faq434-2999 Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!! Upvote 0 Downvote
Take a look at my FAQ on debugging PHP: faq434-2999 Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!!
Sep 18, 2003 #3 csniffer Programmer Apr 30, 2003 161 GB you could try turning on debug in the .ini file so all errors and the error line prints to the web page To err is human, to completely mess up takes a computer. Upvote 0 Downvote
you could try turning on debug in the .ini file so all errors and the error line prints to the web page To err is human, to completely mess up takes a computer.
Sep 18, 2003 #4 sleipnir214 Programmer May 6, 2002 15,350 US cniffer: That generally doesn't help with parse errors. Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!! Upvote 0 Downvote
cniffer: That generally doesn't help with parse errors. Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!!
Sep 19, 2003 #5 csniffer Programmer Apr 30, 2003 161 GB right, i have actually found it a big help in designing my on line forum but I am new to php, so this may just be me. To err is human, to completely mess up takes a computer. Upvote 0 Downvote
right, i have actually found it a big help in designing my on line forum but I am new to php, so this may just be me. To err is human, to completely mess up takes a computer.