webdesignfor$99 Posted October 24, 2003 Share Posted October 24, 2003 Ok, I am a newbie and I have installed a date script but cannot figure out haw to call it on my html page. I would greatly appreciate somebodys help. The script works on http://www.cheapwebsitedesign.net/textclock.pl but I can\'t call it on my html page at http://www.cheapwebsitedesign.net/clock.html nor at http://www.cheapwebsitedesign.net/clock.shtml. Here is what the FAQ page says ( it makes no sense to me): Short Answer: Perl: <!--#exec cgi=\"/url/path/to/counter.pl\"--> <!--#include virtual=\"/url/path/to/counter.pl\"--> C++: <!--#exec cgi=\"/url/path/to/counter\"--> <!--#include virtual=\"/url/path/to/counter\"--> Long Answer: This program requires the use of Server Side Includes. This means that if your system is enabled to handle Server Side Includes, you will probably have to rename your pages to end in .shtml. You will then have to use a standard Server Side Include call like the one shown above. However, if you have renamed your CGI program counter.cgi so it is compatible with your server, just change counter or counter.pl above to counter.cgi. Can somebody please tell me how to call this script in my html page in easy to follow step by step instructions? Thanks Link to comment https://forums.phpfreaks.com/topic/1220-i-am-an-idiot-in-need-of-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.