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,