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
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
2 matches
Mail list logo