Issue creating page content from two different tables

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 18, 2014   (RSS)

By claire - July 17, 2014

Try changing the code to this:

<h1>The Blog of <?php echo htmlencode($bridlington_bloggersRecord['pen_name']) ?> </h1>
<p><?php echo htmlencode($bridlington_bloggersRecord['about_me']) ?></p> 

Just a hunch, but I think this will fix it.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By willydoit - July 18, 2014

Hi Claire,

That sorted it thank you.