[PHP-WIN] Re: using html in mail_body

2004-12-06 Thread Manuel Lemos
Hello, On 12/07/2004 12:32 AM, Ross Hulford wrote: I am using the mail() function in php and I am looking for a quick and easy way to make the mail_body of an auto response email with HTML tags in it so I can add some style to it. Sure, but be warned that to compose HTML messages properly you hav

[PHP-WIN] using html in mail_body

2004-12-06 Thread Ross Hulford
Hi, I am using the mail() function in php and I am looking for a quick and easy way to make the mail_body of an auto response email with HTML tags in it so I can add some style to it. Are the use of CSS tags possible too? Any suggestions will be much appreciated Ross -- PHP Windows

Re: Res: [PHP-WIN] Need to do graph. Where do I start?

2004-12-06 Thread Ankur Dave
Hi can you please give me the details what is this "Jpgraph" i want to draw graph. Please give me enough details. I m new in graph in PHP. On Mon, 6 Dec 2004 23:49:14 + (GMT Standard Time), Ricardo Oliveira <[EMAIL PROTECTED]> wrote: > > > > Try to use the JPGraph class, with it you ca

Res: [PHP-WIN] Need to do graph. Where do I start?

2004-12-06 Thread Ricardo Oliveira
  Try to use the JPGraph class, with it you can draw any kind of graph you may need. Best regards, Ricardo Oliveira   ---Mensagem original---   De: Ross Honniball Data: 12/06/04 14:38:48 Para: php windows Assunto: [PHP-WIN] Need to do graph. Where do I start?   Hi All,   Anyone got a

[PHP-WIN] Re: php+mysql+apache

2004-12-06 Thread Seung Hwan Kang
1. Overwrite existing libmysQL.dll to c:\php\libmySQL.dll from C:\Program Files\MySQL\MySQL Server 4.1\bin\libmySQL.dll. 2. Add php_mysqli.dll to php.ini ;extension=php_mysql.dll extension=php_mysqli.dll Ref. Zend news letter : November 8, 2004 Ab wrote: Hi, i have a problem: i installed apache 2

[PHP-WIN] Need to do graph. Where do I start?

2004-12-06 Thread Ross Honniball
Hi All, Anyone got any experience drawing graphs in php? Just needing a very simple 'quantity' on the Y axis and 'month' on the X axis at this point, but have no idea how to do graphs at all. Where should I start? I'm heading home now (12.30AM here) but looking forward to replies in the morning