I have a folder structure like this:
/articles
.index.php
.second.php
.third.php
.fourth.php
If I'm writing my code in second.php, how can I scan the current folder(articles)?
Thanks
|
|
I have a folder structure like this:
If I'm writing my code in second.php, how can I scan the current folder(articles)? Thanks
|
|||
|
|
|
|
||
|
|
|
|
From the PHP manual:
|
||
|
|
|
|
|
||
|
|
|
|
It depends on what you mean by 'scan' I'm assuming you want to do something like this:
|
||
|
|
|
|
||
|
|