VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Does anyone know how to include this page in another html page:
    http://www.wiscollectorcar.com/calendar/Calcium310.pl?Op=ShowIt&CalendarName=Default

    As you can see its a python script so it doesn't generate an actual html, php, or htm page. Because of this I cannot use:
    Code:
    <?php include("urltopage")?>
    to include it in another page. Does anyone know how to make that page display within a different .php doc?
    Quote Quote  
  2. Greetings Supreme2k's Avatar
    Join Date
    Feb 2003
    Location
    Right Here, Right Now
    Search Comp PM
    Create a php script to fill in the date parameter

    (note: not actual code)

    php_date= date picked from a drop-down or other selection method
    url="http://www.wiscollectorcar.com/calendar/Calcium310.pl?CalendarName=carshows&Op=ShowIt&Amou nt=Month&NavType=Absolute&Type=Block&Date=" + php_date

    Or your can do absolute links:
    http://www.wiscollectorcar.com/calendar/Calcium310.pl?CalendarName=carshows&Op=ShowIt&...=2004%2F12%2F1

    The one above links you to the Dec 2004 calendar


    On the other hand, you said "this" page. Are you referring to that exact page as a link, or the script to generate the calendar? If it's the latter, just use the code from the calendar page. Actually, you could do so for either scenario.
    Quote Quote  
  3. Originally Posted by Supreme2k
    Create a php script to fill in the date parameter

    (note: not actual code)

    php_date= date picked from a drop-down or other selection method
    url="http://www.wiscollectorcar.com/calendar/Calcium310.pl?CalendarName=carshows&Op=ShowIt&Amou nt=Month&NavType=Absolute&Type=Block&Date=" + php_date

    Or your can do absolute links:
    http://www.wiscollectorcar.com/calendar/Calcium310.pl?CalendarName=carshows&Op=ShowIt&...=2004%2F12%2F1

    The one above links you to the Dec 2004 calendar


    On the other hand, you said "this" page. Are you referring to that exact page as a link, or the script to generate the calendar? If it's the latter, just use the code from the calendar page. Actually, you could do so for either scenario.
    What I would like is the calendar to display on the top part of this page:
    www.wiscollectorcar.com/events.php
    and I need it to be dynamically updated (every time a user reloads the page) because new events will be added often. Because of this I cannot simply copy the code for the page. Unfortunately I'm not very familiar with php code at all, could you show me how to do this?
    Quote Quote  
  4. Greetings Supreme2k's Avatar
    Join Date
    Feb 2003
    Location
    Right Here, Right Now
    Search Comp PM
    If you have the php code for that page, simply copy the part that accesses the calendar paste it into the new page wherever you want it to display.

    I would do it, but not knowing exactly what you want, not having access to the original code, and (especially) not having the time prevents me.

    You can learn all that you need from http://www.w3schools.com/php/
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!