Jump to content

Armand

New Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Armand

  1. I'm sure the difficulty is with my lack of knowledge. 

    Of course there are a number of listings in the script and I need to add the listing number somewhere.  On the Php page, I start with 

    <?php
    ob_start();
    $PJ_LISTING_ID = 2;
    ?>

    Then all I have to do is put  {VRL_CALENDAR}  where I want the calendar to go and end the html with

    <?php include '/home/breakers/public_html/script2/app/views/pjLayouts/pjActionAvailCalendar.php'; ?> 

    I guess I don't know how to put all three parts above into the iframe

    When I put  http://surfsidecottages.com/script2/app/views/pjLayouts/pjActionAvailCalendar.php/  in an iframe, I get nothing.

     

    What am I doing wrong?

  2. I purchased a PHP script and installed it and it works fine on my vacation rental website.  It shows an availability calendar on the page pulled from the script.  The webpage has to be a PHP page in order to work.

    In the html, I put

    <?php
    ob_start();
    $PJ_LISTING_ID = 2;
    ?>
    At the beginning of the page,

     {VRL_CALENDAR}  where I want the calendar to appear on the page

    and end the page with

    <?php include '/home/breakers/public_html/script2/app/views/pjLayouts/pjActionAvailCalendar.php'; ?> 

    Question:  Is there a way to display this calendar on an html page (not php) using iFrame?

     

    Any answers would be appreciated.

×
×
  • 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.