I get a parse error on line 114 can anyone see the problem?
 
Sorry if it is something obvious :}

for ($i=0; $i <$num_results; $i++)

110. {

111. $row = mysql_fetch_array($result);

112. echo '<a href="';

113. echo $row['url'];

114. echo '">';

115. echo $row['description'];

116. echo '</a><br>';

}

JJ Harrison
[EMAIL PROTECTED]
www.tececo.com

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


Reply via email to