On Wednesday 31 July 2002 03:08, Kerry Gray wrote: > Can somebody please tell me why I keep getting this error when using this > script...
Because what you wrote is invalid PHP code. > Parse error: parse error in /host/g/i/a/8/b/i/giapai3k.8bit.co.uk/mail.php > on line 54 It's bad enough asking people to 'debug' your invalidly written code (use a decent editor with syntax highlighting), but do you really expect people to count the lines of your code and work out which is line 54? Make it easier for people to help you and indicate which is line 54. In the meantime try checking for matching braces/brackets/parantheses/double-quotes/single-quotes, missing semicolons. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Gordon's Law: If you think you have the solution, the question was poorly phrased. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php