hi all,
we need to have a solution for the following stuff:
each member of the community should get his own page
something like
www.domain.com/tacco
www.domain.com/micco
www.domain.com/sicco
.....
and we dont liek to build this structure as webfolders
so what we are thinking of is:
a 404 php-file which extracts the path and generates a page for that out of
mysql
so, if someone likes to access
www.domain.com/tacco
theres no file but our 404php document will extract
tacco
and generate the page tacco from the database
===========
possible ?
or is there a better solution out there ?
greetings
andreas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]