$test is an array, I get an error
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\Inetpub\wwwroot\newstuff\ftp\filetransfer.php on line 36
It looks like it is concated correctly, what am I doing wrong?
D
foreach($test as $i)
{
echo "<a href = http://www.techalliance.net\ftp\Directory\". $username . "\". $i . ">" . $i "</a>";
echo "<br>";
}