Jump to content

Insert


canadabeeau

Recommended Posts

You can use...


<h1> Here is my first page </h1>

<p> Here we will include our second page </p>
<?php

include('secondpage.php');
?>


 

 

Not sure if that's what you're talking about :) 

 

You could also embed it in an iFrame, insert it via an Ajax request, or call it via CURL. 

 

If any of that answered your question, great.  If not, be a bit more specific in what you're trying to do and I'll try and point you in the right direction!

Link to comment
https://forums.phpfreaks.com/topic/185745-insert/#findComment-980773
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.