Hi what is wrong with this code, any ideas guys:
while ($row = @ mysql_fetch_array($result)) if ($row = preg_match("\shttp\://\S+\s\$", $row, $matches)) $url = $matches[0]; $row = "<a href=\"$url\">$url</a>";
Its drivingme nuts
DCJ
what about using some braces ? {}
while () { if () { ... } }