Forum Moderators: coopster
I have a problem with the php code:
echo "<a href='".str_replace(' ', '-',ucwords($s[$i])).".html'>".ucwords($s[$i]).'</a><br>';
I want to add
../Directory/
to that php code, like in html
<a href="../OneArticles/">Directory</a></body>
How to do the same thing to that php code?
Any help please?
Regards,
Dan Oproiu