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