Re: [PHP] How to convert a website to a txtfile....?

2002-04-07 Thread heinisch
At 06.04.2002 17:51, you wrote: Hi! I have this website with a webshop that customers can order some products. And when the products are listed up in the cart on the screen, would I like to get the output into a new txtfile and save it on the server. Then it is possible to get it faxed, and

[PHP] How to convert a website to a txtfile....?

2002-04-06 Thread Raymond Lilleodegard
Hi! I have this website with a webshop that customers can order some products. And when the products are listed up in the cart on the screen, would I like to get the output into a new txtfile and save it on the server. Then it is possible to get it faxed, and that is the goal. Anyone who has

Re: [PHP] How to convert a website to a txtfile....?

2002-04-06 Thread Miguel Cruz
On Sat, 6 Apr 2002, Raymond Lilleodegard wrote: I have this website with a webshop that customers can order some products. And when the products are listed up in the cart on the screen, would I like to get the output into a new txtfile and save it on the server. Then it is possible to get it

RE: [PHP] How to convert a website to a txtfile....?

2002-04-06 Thread Sebastian A.
You can try using fopen() and fwrite(), they are the primary file manipulation tools you should use in this instance. -Original Message- From: Raymond Lilleodegard [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 5:52 PM To: [EMAIL PROTECTED] Subject: [PHP] How to convert a