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 Wanet Telecoms Ltd 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: *

  • Users: robertd18
  • Content: Threads
  • Order by date
  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

    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'; }
  3. 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 =...
  4. 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
  5. 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
  6. 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
  7. robertd18

    apache wont start sasy failed and thats all

    Failed to start apache : Starting httpd: [FAILED] thats the error i get any sugg?
  8. 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
  9. robertd18

    How do I take a php file and have a cgi file turn it into an array

    Hi i dont know how to do this. I have a cgi file that turns a php file into an array to dispay in the browser; but it wont display the php stuff only html thanks
  10. robertd18

    Reading and then writing to a specific line of a text file

    Hi i can't figure out how to do this checked the FAQs and keyword searched no luck. The new data is submitted by a form &quot;post&quot;. all it does is add 25 to the line[4] of the text file. thanks!
  11. robertd18

    speed

    hi which is faster generally a flat text file or mySQL? and which is faster php or Perl? thanks Bob
  12. robertd18

    How to to find and delete a line of a flat text file

    It probably has been asked before but the search gave me errors.
  13. robertd18

    Cancelling onUnload when button is clicked

    How do i do this

Part and Inventory Search

Back
Top