This is probably a very easy question, but being that I have little to no knowledge of PHP, I hope you can help me.
I have a function call name()
I want the function to go at the following
<?
if ($PIC=="2") {
echo"<img src=\"
http://domain.com/name()$PIC.jpg\">";
?>
This doesn't work, but I was wondering how it can be done.
Thanks.