[snip]
Hoped that this is the best list , I had my problems got solved under
PHP always here , so mailed request to it.
[/snip]


You're correct, this is the best list...but off-topic is still
off-topic. The answer that ou seek is BASIC HTML ...

<a href="foo.php"><img scr="foo.jpg" alt="Foo - Get Some!" border="0"
width="69" height="69"></a>

width and height are optional. To make this PHP

echo "<a href=\"foo.php\"><img scr=\"foo.jpg\" alt=\"Foo - Get Some!\"
border=\"0\" width=\"69\" height=\"69\"></a>";

Now, don't do it again....

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

Reply via email to