Hello,
I was wondering if someone could help me. I am new to mysql/php and I was wondering if there is a way that I can have php create pages for me. What I want is that I no longer need to create new page, so I will have a template and all of the fields will come out of my db. And if I add a new person 'Bob', It will automatically create a new page. Like this
this will be my template: www.mysite.com/person/template.php
and it will create:
www.mysite.com/person/bob.php
www.mysite.com/person/joe.php
Thanks,
Aaron