Zen Follower
- Join Date:
- Jul 2006
- Location:
- UK
- Posts:
- 170
- Plugin Contributions:
- 0
Adding text boxes with ezpages
Hi,
I used to use this solution on V1.3.9h:
<div id="contact_content"> <?php $page_query = $db->Execute("SELECT pages_html_text FROM ezpages WHERE pages_title='Contact Us Bottom'"); $seo_text = $page_query->fields['pages_html_text']; echo $seo_text; ?> </div>But it doesn't work on V1.5.1, I get the following error message:
WARNING: An Error occurred, please refresh the page and try again.
Does anyone know if it's possible to do on V1.5.1 and if so how please?
:blink: