Re: [PHP] Problem When Linking Array Element To Itself

2003-02-08 Thread Chris Hayes
I have an array called $array_of_files. I want to echo each element of that array as a link to itself. That way when I click on an element I can send it as an actual value /usr/local/plesk/apache/vhosts/myserver.com/httpdocs/php/categories/links1.txt Once I place the variable $category inside th

[PHP] Problem When Linking Array Element To Itself

2003-02-08 Thread Guru Geek
Hello, I have an array called $array_of_files. I want to echo each element of that array as a link to itself. That way when I click on an element I can send it as an actual value Here's my code: for ($counter = 0; $counter < count($array_of_files); $counter++) { $category = $array_of_files[$co