Hello,
One of my clients wants an editable section of text adding to the bottom of his Zencart homepage for SEO purposes. I am thinking that maybe I could use an EZPage for this task, and just not have it show up on any menus.
So I will need to pop in a bit of PHP to pull the page content from the database and display it on the page. I tried this:
Code:
<?php
$seo_text = "SELECT pages_html_text FROM ezpages WHERE pages_title='SEO'";
print($seo_text);
?>
but it just displayed the text of the query, not the EZpage contents. Sorry for being a n00b, but what would i need to add to make this work?
thanks 
Nick
Bookmarks