[PHP] Mailing List

2003-11-02 Thread PHPLover
Dear All,

I would like to setup a mailing list for my company.
I have a database containing email address of my clients along with other
details.
How can I send them mails ?
If i write a script containing the mail function and loop the address, I
think that might generate a script timeout error. I feel increasing the
script timeout is not a good solution. I would like to know how you manage
such situations. I feel this is a common problem but i didnt find any
solution on the net. Do I need to use any sw or are there any already
available scripts.

Thanks a Lot !!
Long Live PHP !!

Thanks & 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] 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] Source code

2003-11-06 Thread PHPLover
I have two questions.

1. Is it possible to download the entire PHP site so that i can learn from
the source code at my liesure. I know that source code of PHP can be
accessible through CVS but is there any anonymous FTP or a zip file download
??

2. How can i implement the new feature (installed 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 Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Source code

2003-11-07 Thread PHPLover
Dear Chris,

Thanks for the response.
1. What I want is to view the files offline. 
Is there any thing like Anonymous FTP or a zipped version of the entire
site?

2. How can I see the php version of the documentation. I didn’t find the
php version any where in the documentation.

Thanks & Regards, 
___ 
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 to download the entire PHP site so that i can learn
> from the source code at my liesure. I know that source code of PHP can
> be accessible through CVS but is there any anonymous FTP or a zip file
> download?

Not to my knowledge. If you don't like using CVS, you can always browse
the source here:

http://cvs.php.net/cvs.php/phpweb

Of course, someone else could do a simple CVS checkout for you or
something. But, I don't see why CVS isn't sufficient for what you're
wanting.

Hope that helps.

Chris

=
My Blog
 http://shiflett.org/
HTTP Developer's Handbook
 http://httphandbook.org/
RAMP Training Courses
 http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 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] \n and

2003-11-10 Thread PHPLover
is \n same as 
I found that \n does the same function as  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 

Thanks & 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] 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]";
@$CDONTS->BodyFormat = 0;
@$CDONTS->MailFormat = 0;
@$CDONTS->AttachFile("c:\test.txt") or die("cannot attach file");   
@$CDONTS->Subject = "Satyam Mail Alert";
@$CDONTS->Body = "body of mail";
@$CDONTS->Send();
@$CDONTS->Close();

Would be happy if anyone could suggest a different component.

Thanks & Regards, 
___ 
Vijay 
Corporate Communications 
Satyam Computer Services Limited 
TSR Towers, Rajbhavan Road 
Somajiguda, Hyderabad-500 082 
INDIA 

*  : +91 (40) 23306767 Extn 7825
*  : [EMAIL PROTECTED] 

"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 administrators, e-mail: [EMAIL PROTECTED]




[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 administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] CGI vs PHP

2001-02-03 Thread phpLover

I am sorry if my question is confusing. What I mean is that CGI is excellent
in handling flat file data base, reading and writing files line by line,
word by wor. So is PHP equally strong?

- Original Message -
From: "Alain Fontaine" <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: 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.
>
> ""phpLover"" <[EMAIL PROTECTED]> a écrit dans le message news:
> 95hl5r$1su$[EMAIL PROTECTED]
> > 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 administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> 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]
>

"Alain Fontaine" <[EMAIL PROTECTED]> wrote in message
95hmg3$est$[EMAIL PROTECTED]">news:95hmg3$est$[EMAIL PROTECTED]...
> 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.
>
> ""phpLover"" <[EMAIL PROTECTED]> a écrit dans le message news:
> 95hl5r$1su$[EMAIL PROTECTED]
> > 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 administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> 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 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] 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 (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]




Re: [PHP] Session With Cookies

2001-02-04 Thread phpLover

I never wanted this question to be an offense for anyone. I thank you all
for your answers.

Regards
PHPLover

Lux <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It's unlikely I suppose, but there's a must-have book you should look at
> if you want info on hacks, including browser hacks (Hacking Exposed:
> Network Security Secrets and Solutions, 2nd Edition).  The cookie hack
> that comes to mind only works in IE or MS products (but that's only
> what, 90% of the web), but all it is is a line or so of html code that
> somebody places on their site (say in an iframe...) that sends them all
> your cookie data (if the user uses outlook, they can also just place it
> in an email).  from there, they use the cookie data to pose as that
> person on various sites trying to gain sensitive info.  but if you're
> already giving them the password, how much more sensitive can you get?
>
> so really, if they don't close their browser for a while, this
> possibility increases.  and it may be a slim possibility, but it's
> better to be safe than sorry.
>
> later
>
> lux
>
> > Well .. I am ... nobody but the user itself can see the login and
password
> >
> > in the cookie. Unless it's on non-SSL connection and somebody is
> >
> > packet-shiffing around. Otherwise there would be no leak for somebody
else
> >
> > to get this information, is there?
> >
> > And if the user doesn't logout, the cookie is still destroyed when the
> >
> > browser is closed anyway.
> >
> >
> >
> > Eelco.
>
>
> --
>
> John Luxford
> Simian Systems
>
> w: www.simian.ca
> e: [EMAIL PROTECTED]
> p: 204.946.5955
>
> --
>
>
> --
> 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 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]




Re: [PHP] Replacing A Word in HTML page

2001-02-04 Thread phpLover

Thanks for your answerm but what does eregi_replace() do?

Regards


"Steve Werby" <[EMAIL PROTECTED]> wrote in message
045801c08e7f$3c4f61c0$6401a8c0@mobile">news:045801c08e7f$3c4f61c0$6401a8c0@mobile...
> "phpLover" <[EMAIL PROTECTED]> wrote:
> > 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?
>
> It's definitely possible in PHP.  I've done it.  You probably want to use
a
> combination of fopen() and other file handling functions, eregi_replace()
> and str_replace().
>
> --
> Steve Werby
> COO
> 24-7 Computer Services, LLC
> Tel: 804.817.2470
> http://www.247computing.com/
>
>
> --
> 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 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]