This is it!
I want to take information in my sql table et put it into a file and then print it.

Can we type linux's commands in our php script???

    Max wrote:

    This is it!
    I want to take information in my sql table et put it into a file and then print it.

    Can we type linux's commands in our php script???

    Please be more specific, but basically, you need to learn about the fopen and related commands to save information to a file.

    To run commands from PHP, you can use the exec, system, or passthru commands.

    HTH

    Zack

      I have to get information out of my database (that part is ok) and then send it to the print queue with a linux command.

      thanx for the advice

        Write a Reply...