How would I write the conditional statement to get different meta tags dynamically based on page_name.
I am sure the syntax is nowhere near correct but I am looking for something like this:
if page_name="home";
echo 'Meta1';
else_if page_name="about_us";
echo 'Meta2";
else 'Tell Donnie to go back to html and css';
Darn good thing there is a newbie forum, cuts way down on the embarrassment when you lay out a conditional statement that is that scary and sad.
I thank you again in advance for your help... and of course I thank the Lord for giving you the patience of the Nestle Quick Bunny with somebody thats head is as thick as mine seems to be. I could have sworn I was smart before I began to try to learn php. he he.....
You guys are the most awesome php Gods in all the land.
Thanks,
Donnie