This is probably a very easy question, but I was wondering how to call a function in a php file. I have a function that would print out a url.
<?
<a href=\"url()\"></a>
Then I have another line that calls function name(), like this:
<?
Bid name() items on Ebay
?>
Both of the codes only output the url() and name() as though it were a string. How can I tell it to recgonize as a function? I hope this makes sense. =/