Answered
dynamic meta info - php mysql
Hi Folks,
I'm trying to create a page that gets its meta info from a database but when viewed through a browser I just get no info listed at all;
here's the code:
<meta name="keywords" content= "<?php echo $row_rs_course_notes['keywords']; ?>">
<meta name="description" content="<?php echo $row_rs_course_notes['description']; ?>">
can anyone help me by explaining why it doesn't work?
Cheers
Dave
I'm trying to create a page that gets its meta info from a database but when viewed through a browser I just get no info listed at all;
here's the code:
<meta name="keywords" content= "<?php echo $row_rs_course_notes['keywords']; ?>">
<meta name="description" content="<?php echo $row_rs_course_notes['description']; ?>">
can anyone help me by explaining why it doesn't work?
Cheers
Dave
