Anyone can tell me what is wrong with the following sentence?
printf('<tr><td><a href="" . $row1["url"] . "">Fotograf�a
%s </a></td></tr>', $i);if $row1["url"] is ../images/anything.jpg the plain HTML should be: <tr><td><a href="../images/anything.jpg ">Fotograf�a</a></td></tr> Thanks! Ezequiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

