php-windows Digest 7 Dec 2004 03:11:56 -0000 Issue 2498

Topics (messages 25126 through 25130):

Re: php+mysql+apache
        25126 by: Seung Hwan Kang

Re: Need to do graph. Where do I start?
        25127 by: Ricardo Oliveira
        25128 by: Ankur Dave

using html in mail_body
        25129 by: Ross Hulford
        25130 by: Manuel Lemos

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message --- 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.0.52, php 4.3.9 and mysql 4.1 on win xp sp2 machine.

When i try to connect to mysql database with the mysql_connect() php function, the returned message is "Client does not support authentication protocol requested by server: consider upgrading MySQL client in C:\php\file.php on line 11" (php.exe and browser).

Why? Could you help me?

Thanks

Angelo

--- End Message ---
--- Begin Message ---
 
Try to use the JPGraph class, with it you can draw any kind of graph you may need.
Best regards,
Ricardo Oliveira
 
-------Mensagem original-------
 
Data: 12/06/04 14:38:48
Assunto: [PHP-WIN] Need to do graph. Where do I start?
 
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.
 
Thanks ... Ross
..
.. Ross Honniball. JCU Bookshop Cairns, Qld, Australia.
..
 
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
 
 

--- End Message ---
--- Begin Message ---
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 +0000 (GMT Standard Time), Ricardo
Oliveira <[EMAIL PROTECTED]> wrote:
>  
>  
>   
> 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 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. 
>   
> Thanks ... Ross 
> .. 
> .. Ross Honniball. JCU Bookshop Cairns, Qld, Australia. 
> .. 
>   
> -- 
> PHP Windows Mailing List (http://www.php.net/) 
> To unsubscribe, visit: http://www.php.net/unsub.php 
>   
>   
>  
>  


-- 
Ankur Dave
[EMAIL PROTECTED],[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
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 

--- End Message ---
--- Begin Message ---
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 have to include an alternative text part using multipart/alternative messages for e-mail programs that do not support HTML only messages. Actually this is important for you because most modern spam filters discard HTML only messages.


You may want to try this class that simplifies the task of composing and sending HTML messages with alternative text parts.

http://www.phpclasses.org/mimemessage


Are the use of CSS tags possible too?

Yes, but if those come from a separate file, either you refer the full URL of the CSS in your site or you can embed the CSS as a related part within the message, just like you can do embedded images, using multipart/related message parts.


The class that I mentioned demonstrates how to embed image files within the message to be referenced in the HTML with a special cid: URL. You can do the same embedding CSS files so your message can be viewed by HTML e-mail programs even when the users are offline. See the test_html_mail_message.php script for a complete commented example.


--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

--- End Message ---

Reply via email to