jonnyP Posted August 9, 2012 Share Posted August 9, 2012 Hello, I'm a bit of an amateur so please bear with me! I have FTP access to a site - all I need to do is create a new page. So I used the template of a different page in the includes file and just changed the content. The pages start with <h1><?php echo $meta[$page]['h1']; ?></h1> Now in the htaccess file I've changed the RewriteRule so my URL is now fine. So the new page works live...but there's no content in my page....how on earth do I get the text to show up!! I know I must be missing something really simple but seeing as I literally just changed the <p>s in the template I'm confused. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/266852-please-help/ Share on other sites More sharing options...
MMDE Posted August 9, 2012 Share Posted August 9, 2012 You need to show us the code of the various pages, and you can should check the source of the page for the html. Quote Link to comment https://forums.phpfreaks.com/topic/266852-please-help/#findComment-1368052 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.