Integrate listing from other PHP based solution

Hi,

I want to integrate this page (http://www.medyachtgroup.com/yachts/preview.php) into the BE|theme Jet pages.
I have to insert code as follows:

Step 1. Copy and paste the code below at the very top of your .php page. It should be line 1 of your .php web page.

<?php
ob_start();
?>

Step 2. Copy and paste the code below into your html code, where the listing will be displayed.

{YL_LISTINGS}

Step 2a (Optional). Copy and paste the code below inside the part of your page, where the meta tags will be printed.

{YL_META}

Step 3. Copy and paste the code below at the very bottom of your .php web page after all the other code.

<?php include '/home/mygyc/domains/medyachtgroup.com/public_html/yachts/app/views/pjLayouts/pjActionListings.php'; ?>


Can you tell me if it is possible and where to put what?

Kind regards,

Willem

Comments

Sign In or Register to comment.