Hi,
I want to echo a <a href=\"......> where the file url is like Dutyplan_ABC'_May2003.html
ABC is taken from $PHP_AUTH_USER.
How can I make echo put the underscores in that string without cutting it in front of the $PHP auth user
My first guess was:
echo "<a href=\"content/Dutyplan $PHP_AUTH_USER 94_Page0.htm\" target='mainFrame'>Dutyplan $PHP_AUTH_USER August 2003</a><br>\n";
but it does not work...
Can somebody help me?
Kind regards Arne