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:
to include it in another page. Does anyone know how to make that page display within a different .php doc?Code:<?php include("urltopage")?>
+ Reply to Thread
Results 1 to 4 of 4
-
-
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. -
Originally Posted by Supreme2k
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? -
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/
Similar Threads
-
HP BD-2000 -Factory Page
By jacpien in forum DVD & Blu-ray PlayersReplies: 2Last Post: 8th Sep 2010, 22:34 -
this should not appear on the front page
By Admin in forum TestReplies: 19Last Post: 3rd Feb 2010, 07:09 -
web page translator and email full page translator
By juststarting in forum ComputerReplies: 3Last Post: 1st Feb 2010, 09:23 -
firmware page
By MEL15 in forum DVD & Blu-ray RecordersReplies: 1Last Post: 2nd May 2008, 07:43 -
Web page to run from CD help.
By Poppa_Meth in forum ComputerReplies: 4Last Post: 26th Mar 2008, 10:51