Parse error
Posted: Thu May 21, 2009 5:45 am
Hi
I'm getting the following error, can someone help?
Parse error: syntax error, unexpected T_STRING, expecting '('
I'm getting the following error, can someone help?
Parse error: syntax error, unexpected T_STRING, expecting '('
Code: Select all
<img src=<? if (trim($result['approve']) == "TRUE" ) {
if file_exists("http://www.imysite.org/SEArchive/". substr(ucwords(trim($result['Bloom_Name'])),0,1)."/".$result['Bloom_Name']."jpg"){
echo "http://www.mysite.org/SEArchive/". substr(ucwords(trim($result['Bloom_Name'])),0,1)."/".$result['Bloom_Name']."jpg");
} else {
echo "http://www.imysite.org/SEArchive/N/NBA.jpe";