Yep, that's what looks like happened. Somebody replaced the calendar.pl file with a copy of the HTML source from the page. Of course, that wiped out the path to the perl executable. Got it going now. Was able to telnet into the host site to find the path and rebuild the calendar.setup and...
I have a web site with and "Events" button that, when clicked opens a page called events.php. The events.php calls the calendar.pl file using this script:
<?php
header("Location: http://www.crownpointcc.com/cgi-bin/calendar/calendar.pl");
?>
In IE, the script fails when the event.php page is...
vacunita,
Thank you for your quick reply. I'm just getting an HTTP 500 internal server error in IE. I'm thinking the end of the file is missing something also. I removed 3 lines that were just email links, each with a </BR> at the end of them. Also, there was a script that showed the last...
I have a web site with and "Events" button that, when clicked opens a page called events.php. The events.php calls the calendar.pl file using this script:
<?php
header("Location: http://www.crownpointcc.com/cgi-bin/calendar/calendar.pl");
?>
In IE, the script fails when the event.php page is...
I have a column that lists out combined blood pressures that contain data such as this: 130/80, 98/110, 130/100, 98/80. Using CRXI, I need to parse out the systolic (On the left side of the /) and diastolic (on the right side of the /). Specifically, I need to highlight the blood pressures...
I have a formula field that is providing values of yes or no. I need to count the number of yes in the field. Not having any luck getting count to filter out the n's. Any ideas? Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.