BzzBee that script worked great !! I do have a question how can we add title and description to metag tags. for each page created example page:
mydomain.com/web-design-software/
I would want to have Title: Web Design Software
Description: All you need to know about Web Design
I tired echo
<title><?php echo $pname ?> </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="<?php echo $project_other_info ?>" />
<meta name="keywords" content="<?php echo $tagz=$rowp['tagz']; ?>" />
But that just brings the title as web-design-software
And the Description - Keywords just shows blank.
Any help would be appreciated .
Thanks