Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. robertd18

    maximum time used up

    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 ==...
  2. robertd18

    javascript on IE 6

    here is the actual code <SCRIPT> var enable = true; function fUnload() { if (enable) { if(confirm(&quot;Thanks.....! Click Cancel to.....&quot;)) { parent.location='http://www....'; } else { parent.location='http.....'; } } <body...
  3. robertd18

    javascript on IE 6

    <body onunload=&quot;function&quot;> thanks for being so helpful :)
  4. robertd18

    javascript on IE 6

    if a button is clicked, the code is not called, or the onclick event is false, but if the page is refreshed without the button click its true
  5. robertd18

    javascript on IE 6

    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
  6. robertd18

    javascript on IE 6

    hi i have a redirection script that works on IE5 but not on IE6 here is the code: if(confirm(&quot;Thanks! Click Cancel to report&quot;)) { parent.location='http://some.html'; } else { parent.location='http://other.html'; }
  7. robertd18

    mysql password/login problem

    no errors and the other php scripts using the mysql database work fine
  8. robertd18

    mysql password/login problem

    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 &quot;config.inc&quot;; include &quot;header.inc&quot;; $global_dbh =...
  9. robertd18

    have two frames in a row change position randomly

    hi what i mean is how do i program a web page that is using frames to randomly present two frames in random order
  10. robertd18

    cgi doesnt work internal server error

    also another thing its not doing is it says the file does not exits when it goes to get it
  11. robertd18

    cgi doesnt work internal server error

    #!/usr/bin/perl -w ############################################################################# ############################################################################# ## ## ## ________ __...
  12. robertd18

    cgi doesnt work internal server error

    this maybe will help all the perl programs are not working but everything else is...could it be something in apache conf?
  13. robertd18

    cgi doesnt work internal server error

    it says premature end of script headers in error log
  14. robertd18

    cgi doesnt work internal server error

    its not permissions , path to perl, a script problem, or an ascII transfer problem, it says bad intrepreter uses perl 5.8.0
  15. robertd18

    cant run cgi programs in apache

    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
  16. robertd18

    apache wont start sasy failed and thats all

    never mind...we were using the newer version and found that we were missing some files so are going to use 1.3 instead thanks
  17. robertd18

    apache wont start sasy failed and thats all

    i dont know it was assigned to me by the server co and it is supposed to be directed to this server
  18. robertd18

    apache wont start sasy failed and thats all

    hmm well here is the logfile [Thu Apr 10 12:44:57 2003] [info] Init: Initializing OpenSSL library [Thu Apr 10 12:44:57 2003] [info] Init: Seeding PRNG with 136 bytes of entropy [Thu Apr 10 12:44:57 2003] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Thu Apr 10 12:44:57...
  19. robertd18

    apache wont start sasy failed and thats all

    Failed to start apache : Starting httpd: [FAILED] thats the error i get any sugg?
  20. robertd18

    only some of incoming mail delivered

    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

Part and Inventory Search

Back
Top