tags:

views:

130

answers:

2

how to download a file which is located inside the directory

+4  A: 

index.php:

<?php
readfile('index.php');
?>
pygorex1
+1 for the ingenuity!
Paulo Santos
+1 for knowing what OP really wants. you are a psychic !
ghostdog74
A: 

This is the second crap-tastic question you've asked (see: http://stackoverflow.com/questions/2100238/downloading-a-file-in-php-closed).

Martin Bean