[PHP] CDONTS Mail problem

2003-11-11 Thread PHPLover
Dear all, I am not able to attach file using CDONTs component. Could any one trace out what the problem is ?? The code I use is given below and I run on IIS on Windows 2000 @$CDONTS = new COM(CDONTS.NewMail); @$CDONTS-From = [EMAIL PROTECTED]; @$CDONTS-To = [EMAIL PROTECTED];

[PHP] \n and br

2003-11-10 Thread PHPLover
is \n same as br I found that \n does the same function as br for some users, but not for me. I know that \n creates a break in source and not in display. Is it possible to make \n does the same function as br Thanks Regards, ___ PHPLover Göd döësn't pläy dícë

RE: [PHP] Source code

2003-11-07 Thread PHPLover
, ___ PHPLover Göd döësn't pläy dícë. - Älbërt Ëínstëín -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 9:27 PM To: John Nichel; PHPLover Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Source code 1. Is it possible

[PHP] PHP Themes/Wallpapers

2003-11-07 Thread PHPLover
Hi, Wouldn't that be good if PHP is on the desktop. I feel that we can show our support to PHP by putting wallpapers, themes or ICON's. I can't find any themes/wallpapers with PHP logo on the net. If you find any pls let me know Thanks Regards, ___ PHPLover Göd

[PHP] Source code

2003-11-06 Thread PHPLover
in search page of PHP) on my site. I have gone through the source but i didn't understand anything. I hope it is ok to implement the same on my site since it is open source. Thnx. Thanks Regards, ___ PHPLover Göd döësn't pläy dícë. - Älbërt Ëínstëín -- PHP General

[PHP] Style.css

2003-11-03 Thread PHPLover
I am going throught the CVS of PHP and happened to see the Style.css file. I found that background-color of body,html is set to White instead of #ff which i feel is not a valid CSS. Am i right ? Thanks Regards, ___ PHPLover Göd döësn't pläy dícë. - Älbërt Ëínstëín

[PHP] Mailing List

2003-11-02 Thread PHPLover
Regards, ___ PHPLover Göd döësn't pläy dícë. - Älbërt Ëínstëín -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Hosting

2001-02-03 Thread PHPlover
Can anyone receommend free MySQL hosting with PHP. Or if you can find such a hosting on NT, that would be nice. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] CGI vs PHP

2001-02-03 Thread phpLover
Can anyone tell how good is PHP when compared to CGI in handling flat file database. Can we handle flat files on PHP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] CGI vs PHP

2001-02-03 Thread phpLover
nt: Sunday, February 04, 2001 12:34 AM Subject: Re: [PHP] CGI vs PHP Do you know what PHP is? Your question sounds like "How does MS SQL Server compare to a relational database". Anyway, you can do almost everything with PHP, and that includes handling flat files. No problem.

[PHP] Session With Cookies

2001-02-03 Thread phpLover
How can I maintain a user session using cookies? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Replacing A Word in HTML page

2001-02-03 Thread phpLover
I want to read an HTML page from another site and replace certain characters with capital letters and show them in another dynamically generated web page on my site. I know this is possible in Perl, but can this be done in PHP? If yes, then how? Thanks -- PHP General Mailing List