[PHP] how to send an MSWORD email?

2002-12-13 Thread See Kok Boon
Hi experts, I have an email database which I want to send out newsletter to. I want to send emails that have graphics, for example the pub logo. I know that there are 2 ways to do so (maybe there are more, pls enlighten me): 1. use html email with img

RE: [PHP] how to send an MSWORD email?

2002-12-15 Thread See kok Boon
Hi jonathan, Just to let you know, there is no image in an html email with an image - img src=cid:abc123; in you last email replying to this same subject. Maybe you should check again? But thanks for you reply anyway. I got my answer at pear.php.net. also, thanks to Jason wards Cheers.

[PHP] FW: checking bounce email

2002-12-18 Thread See kok Boon
Hi, Can someone kindly teach me how to check for bounced emails when I use mail() to send emails? OR Tell me whether there are other mail functions which can accomplish that. Thanks in advance kokboon

RE: [PHP] PHP vs. ASP

2003-01-07 Thread See kok Boon
There is one minor difference that caused a major change in structure of the two scripting language. PHP offers the isset() function but ASP don't. in a way there are the pros and cons. For PHP, you can create the whole site in one page, even though that would not be advisable. Because of

[PHP] how to make server response to emails

2003-01-09 Thread See kok Boon
. However, I have no idea how this is accomplished and what this system is called, so I need some precious help here. Anyone please? Thanks in advance.. =) Yours faithfully, See Kok Boon Realize Creations http://www.RealizeCreations.com

RE: [PHP] how to make server response to emails

2003-01-09 Thread See kok Boon
January 2003 17:33, See kok Boon wrote: Seen this in many mailing list, but I do not know the logic behind it, hope someone can spare some time to enlighten me. Recall that many mailing list systems all users to send an email with the word unsubscribe (or help or subscribe for that matter

RE: [PHP] how to make server response to emails

2003-01-09 Thread See kok Boon
more clues for me? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 06:02 To: See kok Boon Cc: [EMAIL PROTECTED] Subject: Re: [PHP] how to make server response to emails Hello, See kok Boon [EMAIL PROTECTED] wrote: Hi experts, Well, I'm

RE: [PHP] Re: how to make server response to emails

2003-01-09 Thread See kok Boon
To: Jean -Christian Imbeault Thanks for helping out... I actually do not want a mailing list right now, I already have one. What I need is to use the same concept for some other email driven tasks. After some searching using process email I realize I can use PHP to get the emails and parse its

RE: [PHP] how to make server response to emails

2003-01-10 Thread See kok Boon
Message- From: Michael Sims [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 11:49 To: [EMAIL PROTECTED] Cc: See kok Boon Subject: Re: [PHP] how to make server response to emails On Thu, 9 Jan 2003 17:33:02 +0800, you wrote: I believe that there is a way to make the mail server, or which

RE: [PHP] how to make server response to emails

2003-01-10 Thread See kok Boon
: 10 January 2003 09:30 To: See kok Boon Subject: Re: [PHP] how to make server response to emails On Fri, 10 Jan 2003 18:51:07 +0800, you wrote: Thanks Michael!! Not a problem... Can I also request that you send the perl equivalent script that you have written to me to [EMAIL PROTECTED] please

RE: [PHP] how to make server response to emails

2003-01-10 Thread See kok Boon
-Original Message- From: Michael Sims [mailto:[EMAIL PROTECTED]] Sent: 10 January 2003 09:30 To: See kok Boon Subject: Re: [PHP] how to make server response to emails On Fri, 10 Jan 2003 18:51:07 +0800, you wrote: Thanks Michael!! Not a problem... Can I also request that you send

[PHP] what is the OOP structure for PHP

2003-06-09 Thread See Kok Boon
Dear Experts, Is there an OOP (object oriented programming) structure for PHP? If so, could someone show me the basic structure of such an object? An exmple with definition and implementation would be great. Thanks! Yours sincerely, Mr See Kok Boon

[PHP] what is the PHP equivalent of Transactional ASP page

2002-11-17 Thread See Kok Boon
is not completed - the money is returned to the credit card - the software back to the shopping cart - i wait for the customer to fix the computer and return And that is a transactional page. so can i also do that in PHP? Yours sincerely, See Kok Boon Realize Creations http://www.realizecreations.com

[PHP] getting mysql dump using php

2002-11-23 Thread See Kok Boon
is an alternatively BETTER way to backup? thanks in advance Yours sincerely, See Kok Boon - looking for - jobs? career? customer? look in realPortal! http://realportal.realizecreations.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] getting mysql dump using php

2002-11-24 Thread See Kok Boon
hi Rich, yes think i need more info to the mysqldump utility. i suppose you mean there is in fact this utility? -Original Message- From: Rich Gray [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 24, 2002 8:14 PM To: See Kok Boon; PHP Subject: RE: [PHP] getting mysql dump using php

[PHP] getting mysql dump using php

2002-11-24 Thread See Kok Boon
thanks Morgan, i am sure your script will do a great job... unfortunately, crontab returns /bin/mail permission denied... and i cant chage system settings because i am not the WSP (or ISP) actually... i am thinking of something really silly.. but it will work surely... and that is to use SELECT

[PHP] getting mysql dump using php

2002-11-24 Thread See Kok Boon
thanks Edwin!! oki... now that i can create the dump, i'll just use lynx from crontab to send the dump as attachment to my email. thanks! -Original Message- From: @ Edwin [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 24, 2002 9:24 PM To: See Kok Boon Cc: [EMAIL PROTECTED] Subject: Re

[PHP] wrapping PHP around a chinese web page

2003-12-03 Thread See Kok Boon
Hellox experts.. I am making a quiz for a Chinese website. the PHP I going to use is to be wrapped together with the chinese character outputs all in a single file. For an example... In quiz.php If(YOUR_ANSWER_IS_CORRECT) { print in chinese: you scored full marks //output } else {

[PHP] wrapping PHP around chinese characters

2003-12-03 Thread See Kok Boon
Hellox experts.. I am making a quiz for a Chinese website. the PHP I going to use is to be wrapped together with the chinese character outputs all in a single file. For an example... In quiz.php If(YOUR_ANSWER_IS_CORRECT) { print in chinese: you scored full marks //output }

[PHP] wrapping PHP around Chinese characters

2003-12-03 Thread See Kok Boon
Hellox experts.. I am making a quiz for a Chinese website. the PHP I going to use is to be wrapped together with the chinese character outputs all in a single file. For an example... In quiz.php If(YOUR_ANSWER_IS_CORRECT) { print in chinese: you scored full marks //output }

RE: [PHP] wrapping PHP around Chinese characters

2003-12-03 Thread See Kok Boon
linux ? -- Cordialement, --- Sophie Mattoug Développement web dynamique [EMAIL PROTECTED] --- See Kok Boon wrote: Hellox experts.. I am making a quiz for a Chinese website. the PHP I going to use is to be wrapped together with the chinese

RE: [PHP] wrapping PHP around Chinese characters

2003-12-03 Thread See Kok Boon
Thanks jason. Problems solved. Thanks. =) -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 12:19 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] wrapping PHP around Chinese characters On Thursday 04 December 2003 00:09, See Kok Boon wrote: I

[PHP] can mail() function send emails to any email account?

2003-12-03 Thread See Kok Boon
Hello.. it's me again. Trying to use mail() function to send emails to hotmail accounts. It seems that it's not working. Tried the same function on my own email account, it worked. Tried on some other, it doesn't. What determines if the mail() function works? -- PHP General Mailing List

[PHP] can PHP talk to mail server?

2004-09-04 Thread See Kok Boon
Hi experts, I would like to write a script to read mails directly from the mail server and extracting the information, create custom auto-responders automatically. Is this possible? Can someone explain how the script can communicate with the mail server? Thanks in advance! Yours truly, See Kok