Hi i get this error when i run my script
Fatal error: Maximum execution time of 60 seconds exceeded in /home/virtual/site23/fst/var/www/html/clix-cgi.php on line 68
the code where this is going on
function getfile($filename)
{
global $flock;
$fh = fopen($filename, 'r');
if ( $fh ==...
here is the actual code
<SCRIPT>
var enable = true;
function fUnload() {
if (enable) {
if(confirm("Thanks.....! Click Cancel to....."))
{
parent.location='http://www....';
}
else
{
parent.location='http.....';
}
}
<body...
hmm it doesnt work on my IE6 but that doesnt mean it doesnt work on all IE6
var enable = true;
function fUnload() {
if (enable) {
if(confirm.....
if they click a button the fUnload doesnt run,
but if they refresh the page it runs
hi i have a redirection script that works on IE5 but not on IE6 here is the code:
if(confirm("Thanks! Click Cancel to report"))
{
parent.location='http://some.html';
}
else
{
parent.location='http://other.html';
}
i cant get the login to work there are no mysql error messages it just doesnt recognize the correct password/username combination and sends you back to the login page
here is some code
<?php
include "config.inc";
include "header.inc";
$global_dbh =...
hi i get an internal server error i know cgi program is ok
permissions are ok not asc transfer problem says bad intrepreter ; when i use which perl it says perl 5.8.0
and path to perl is ok
hi only some of the incoming mail from the outside world is delivered i have deleted this line
DAEMON_OPTIONS(`port=smtp, Addr=172.0.0.1, Name=MTA')dnl
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.