I'm not a mySQL expert, but this adapted from other database queries might work:
PHP Code:
<?php
$seo_text_query = "SELECT pages_html_text FROM ezpages WHERE pages_title='SEO'";
$seo_text = $db->Execute($seo_text_query);
?>
I'm not a mySQL expert, but this adapted from other database queries might work:
PHP Code:
<?php
$seo_text_query = "SELECT pages_html_text FROM ezpages WHERE pages_title='SEO'";
$seo_text = $db->Execute($seo_text_query);
?>
Bookmarks