Going mad...
Posted: Fri Jul 25, 2003 7:07 pm
sorry for third thread.. but I am going mad.. i am tryng to display this link correctly as:
/php/Serverlist/data/file.txt
but this code:
gives me errors and when i do get the parsing right it gives me:
/php/Serverlist/data"file.txt"
help would be greatful.. i tried over 50 different ways.. for half anhour!!
/php/Serverlist/data/file.txt
but this code:
Code: Select all
<?php
echo "<a href=\php\Serverlist\data"\$file">$file</a><br />\n";
?>/php/Serverlist/data"file.txt"
help would be greatful.. i tried over 50 different ways.. for half anhour!!