I think you might be confusing the issue by calling it "e-commerce".
E-commerce implies monetary transactions, order verification, stock
indexing, credit card verification, SSL, etc.
If I understand correctly, all you have is a PHP based web application,
correct? It isn't as detailed as above? You, in a basic sense, input
information into a database, pull information out of a database, and display
data on the web browser?
Is it possible isntead of printing the information onto a pre printed form,
that you can recreate the whole form with PDFLIB and print out the complete
form? PDFLIB is the only way I can think of that will allow you very fine
control of page layout for a printer.
Web browsers are very fickle on that sort fo stuff.
Also, I apologize for anything I misunderstood.
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Julio Oliveira" <oliveira_julio@y...>
To: "professional php" <pro_php@p...>
Sent: Tuesday, July 03, 2001 10:34 AM
Subject: [pro_php] Re: HELP - how to print from PHP at the browser
> Hi
> This systema is like this:
> Near at Argentina we have a sanitary book, the
> autority is how do the book, he print at his office,
> but the system he use is like a e-commerce, all is
> doing at php lenguaje.
>
> He has a menu at the browser like a Pc-office system,
> this is the idea.
> I like to do some like e-commerce at the office and at
> the internet a the same moment.
> When he print the form, they send the mysql
> information, to the web centralized system, I have a
> hosting, with the information, of all the country.
>
> Diferent authority has to do the job off print the
> book,(libreta sanitaria), at the office.
>
> The system check all the information, and print.
> Perhaps I have to print with VB6 or FOX, but i donīt
> like to do this.
>
> I will print only words nothing more, is very simple.
>
> Perhaps with javascript, if i do a windows model, with
> the space necesary y will print the form....
>
> The stand out cantīt be re-diret to the print..
> Thanks
>
> Julio Oliveira - Buenos Aires - Argentina
>
> Canīt i use the Java perhaps...
>