In message <[EMAIL PROTECTED]>, Marian Briones <[EMAIL PROTECTED]> writes >The way people would come upon this page is by typing something like: > >www.somedomain.com/cat > >cat would be a symlink to a php page that would bring in 'cat's >information from the database, hence displaying cat's 'web page.'
Have you looked at RewriteRule in your .htaccess? What I don't understand, is why, if you are using a database, you need separate folders (as you seemed to be implying earlier) type in somedomain.com/cat (Look up cat in a database) echo Hello, welcome to the homepage of <get name from database> I have a section which does just this sort of thing. -- Pete Clark http://www.hotcosta.com http://www.spanishholidaybookings.com ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hdcci9r/M=362329.6886308.7839368.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1123281070/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
