View Single Post
  #1 (permalink)  
Old 11-19-03, 08:47 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Location: Michigan
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
php error plz help

hi,

i have a slight error on my search script i cant figure out. the error is:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' on line 40

heres line 39 and 40 since i think it has to do w/39:

PHP Code:

while ($row mysql_fetch_array ($resultsMYSQL_ASSOC)) {

echo 
"<A HREF=\"$row['Address']\">$row['Name']</A> - $row['Description']<br />\n"
please help me soon since i planned to release my program this weekend. thx.
__________________
Elite Bulletin Board
http://elite-board.us
Reply With Quote