> > I made a system in php and mysql for a corp.
> > This system controls the payment of the customers, so i need to print
> > the quote of each payment. Is there anyway to do this with php?
> > I mean.. Printing quotes from a web browser, besides that i also need
> > something to print from this system, but in this case the monthly
> > resume of each customer's account.
>
>
>Using PHP you can't print client-side. Either the user should press
>the print-button (just like elias already mentioned), or you should
>use JavaScript (window.print()).
That's going to be fun if you need to create say 200 reports.. :-)
Lucky you.. a tool exists to pull data out of a MySQL database..
Do a search for.. report or reportgenerator or something like that on the
mysql list archive. It's found here: http://lists.mysql.com/
Your question has been answered there..
Bye,
B.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]