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 biv343 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. bfdi533

    partial display and exec output

    Thanks for the tips. I ended up doing the following, which works great: echo str_repeat(" ", 300); flush(); Thanks again.
  2. bfdi533

    partial display and exec output

    I have a script that is being called from shell_exec and it runs for about 15 seconds. I need to display the first part of the web screen and give a message like "this will run for 15 seconds, please be patient until it completes." I have tried to put this into the HTML before my PHP code but...
  3. bfdi533

    perl script not executing properly

    I have a PHP web page that calls a perl script that uses Net::SSH::Perl to make a remote ssh connection and then run a command. I then display the result of the command in my PHP web page. The problem is I am not getting the output from the script. When I tracked this down, I found that the...

Part and Inventory Search

Back
Top