CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 1999
    Location
    Poland
    Posts
    278

    Print out html report in every X minutes automaticly

    Hallo,

    is there any way ( web technology, ... , etc. ) to run script ( php or other ) on the server side
    which is able to print out some html page automaticly in every, let's say 1 minute.

    my task:
    I have x.php script which is executed by CRON. This script gets data from FTP servers and load those
    data to client site mySQL Server. When these data are loaded in mySQL the html report is generated and it should be
    printed out itself.

    Thanks in advance
    I spent a lot of days to prepare functionality of Getting, Loading ... etc. some huge number of data
    and know I have found out that those data must be printed out automaticly.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Print out html report in every X minutes automaticly

    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jul 1999
    Location
    Poland
    Posts
    278

    Re: Print out html report in every X minutes automaticly

    thank you for fast and helpful reply.

    Unfortunately I need to print out html page on the client printer ( not on a printer connected to the server ).
    Is it possile at all ?
    especially when a client has no static IP address.

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Print out html report in every X minutes automaticly

    On a client...no. You can invoke the dialog, but you cannot force it to print.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured