echo href?
Posted: Sun Dec 27, 2009 1:43 pm
Hey guys.
Completely new to PHP and MySQL.
Was wondering if you knew how to generate a href in PHP...
Probably the stupidest question going but still important to me
So in raw HTML form:
How would i translate that to functioning php?
Here's what i have now...
Thanks in advance!
Regards,
Completely new to PHP and MySQL.
Was wondering if you knew how to generate a href in PHP...
Probably the stupidest question going but still important to me
So in raw HTML form:
Code: Select all
<a href="example.php>Click</a>Here's what i have now...
Code: Select all
echo "<a href="upload/">Upload More.</a>"';'Regards,