[snip]
Is there a way to create a customised version of the index directory
structure using php?

Eg listing all the pages in the specific directory when an index page isnt
created?

I want to acheive something like this

http://www.claviga.com/index.php?pageid=18
[/snip]

Yes you can do this. Start with your requirements, then do a flow chart.
>From there you can design each process that you need. For customization you
will have to set a cookie for each user holding their customized options so
that the proper information will be displayed when they visit the site.

Search Google for Building Custom PHP Pages;
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Building+Custom+PHP+P
ages&btnG=Google+Search

HTH!

Jay

"Learn to think through processes step by step, learn to diagram, then write
code, and then write more code. Once you have accomplished this you will be
well on your way to learning how to program." -- professor of computer
science (name forgotten), a long time ago, L.S.U.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to