I am attempting to setup an array and want to use a wild card. I have different catagories with multiple pages in each catagory. The pages in each catagory will have the same titles and same metatags, but the titles and metatags will be different in different catagories. I know Im rambling thisd is what I want to do will it work or is there an easier way.
################
$pagetitle=array(
'page*.php => '<title ="what ever" />',
'pagen*.php => '<title ="dif title" />'
);
###############################
then i would continue on with all the ndifferent catgagories as different titles.
Im just trying to make it easier for my wife to add pages to her site and have different titles for different catagories but not have to worry about putting th tiles or metatages on the pages if she is just adding pages to catagories already made.
Anyone offer any suggestions here
Pat