Search found 4 matches

by danieljasonpayne
Tue Oct 04, 2016 11:35 pm
Forum: General
Topic: How to include CMSimple page content in a separate page?
Replies: 9
Views: 4468

Re: How to include CMSimple page content in a separate page?

cmb wrote:If cURL is available (you can verify all that with phpinfo()), you can do somethink like:

Code: Select all

<?php curl_exec(curl_init('http://your.cmsimple.installation/?name_of_the_page?print'))?>
That was the issue! Once I figured out how to fix cURL it works like a dream! Thanks for the help!
by danieljasonpayne
Tue Oct 04, 2016 12:33 am
Forum: General
Topic: How to include CMSimple page content in a separate page?
Replies: 9
Views: 4468

Re: How to include CMSimple page content in a separate page?

I can't get that code to work with the CMSimple print page. I created a separate html page with random text, and I could get the php code to pull that text fine, but when I put in the URL of any CMSimple page, it pulls nothing.
by danieljasonpayne
Mon Oct 03, 2016 12:49 am
Forum: General
Topic: How to include CMSimple page content in a separate page?
Replies: 9
Views: 4468

How to include CMSimple page content in a separate page?

I have a CMsimple site with a hidden page named "Vance M", I want to include the content that I create for that page into a separate non-CMSimple page. I have a separate page named "vance.php" that is in the CMSimple parent directory. It is just a simple page with one table... Basically I want some ...