On Thu, Aug 09, 2001 at 06:39:59PM +0100, Fernando Avila wrote:
> Hello php-general,
> 
>   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()).

-- 

* R&zE:

-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
-- H: +31 23 5516190
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««

-- 
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]

Reply via email to