View Full Version : adding to html page
badmix
09-29-2002, 03:27 PM
how do i add the calendar in html? yes, i'm completely new to php and nothing i've tried works.
Brian
10-25-2002, 06:13 PM
The calendar script can only be run using the programing language PHP. HTML pages usually don't support PHP. Ask your hosting provider if they provide PHP for your account.
The hosting provider for this web site does support PHP, http://www.iHostParadise.com
For more information about PHP visit http://www.php.net.
badmix
10-25-2002, 06:19 PM
sorry, i mis-typed that - i'm trying to add it to an index.php page and nothing is working. any help would be greatly appreciated.
Brian
10-25-2002, 06:25 PM
Basically, use the command require ("escanedar.php"); where you would like the calendar to appear.
Just be sure you have uploaded the calendar script to the same directory as the index.php page.
fhumayun
11-24-2003, 07:11 PM
Hi Papa.
Curiously, can you please make available for viewing the actual demo.php file used on your site?
It seems to make use of layers via <div> tags which is what I am trying to do very unsuccesfully on my site.
Figured it'd be nice to have something to model after.
If you feel disinclined, would sure appreciate a suggestion/direction to resources that can indicate how to add complex visual table/layers around the php code (or vice versa).
Thanks!
Brian
11-24-2003, 07:54 PM
Originally posted by fhumayun@Nov 24 2003, 08:11 PM
Hi Papa.
Curiously, can you please make available for viewing the actual demo.php file used on your site?
It seems to make use of layers via <div> tags which is what I am trying to do very unsuccesfully on my site.
Figured it'd be nice to have something to model after.
If you feel disinclined, would sure appreciate a suggestion/direction to resources that can indicate how to add complex visual table/layers around the php code (or vice versa).
Thanks!
The div tags on this site aren't used for positioning but just to be compliant with newer coding standards. The only exception is the iHostParadise tag that floats across the page. This is an extension of Dreamweaver that I use and it didn't require me to write the code but just to enter the desired effect and view the output.
Kadabr
12-19-2003, 06:26 PM
I get the floowing when I try to inclde it into a php file:
Warning: main(escal.php): failed to open stream: No such file or directory in /var/virtualhosts/air-soft.concept17.com/news/flash_update/news_flash.php on line 29
Fatal error: main(): Failed opening required 'escal.php' (include_path='.:/usr/local/lib/php') in /var/virtualhosts/air-soft.concept17.com/news/flash_update/news_flash.php on line 29
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.