On Thursday 05 June 2003 12:25, Fulco of Scarborough wrote:
> I have still been getting errors, so here goes again.

[snip]

> I am still getting "Parse error: parse error, unexpected T_STRING in
> /home/wwwfulc/public_html/st/races.php on line 38"

Parse error means that you have written incorrectly formatted code that php 
doesn't even attempt to run. Check that each open ", ', [, (, { has a 
corresponding closing counterpart and each of your php statements (~lines) 
are terminated with a semi-colon (;).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
------------------------------------------
/*
Love means having to say you're sorry every five minutes.
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to