Making A List

Hi, does anyone know if and how to do this:

  1. Access a specified directory and look for all .php files.
  2. Identify and tags.
  3. Create a list attributing title and keywords to the .php files

For example:
Output:
[a href=“aa1.php”]Title1[/a] | Keywords 1
[a href=“aa2.php”]Title2[/a] | Keywords 2
[a href=“aa3.php”]Title3[/a] | Keywords 3
[a href=“aa4.php”]Title4[/a] | Keywords 4

Any ideas and help for this nooblet?

If you want a search/indexing function, I’d suggest using a database.

Sponsor our Newsletter | Privacy Policy | Terms of Service