[PHP] bcc

2001-11-03 Thread Nikola Karovi
hello, how can i send bcc from my php @mail script. regards -- 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] comments

2001-11-02 Thread Nikola Karovi
hi, on my web site i have an option that user can add their comments about my articles. I have table articles, and table comments. On table comments column unique id (auto increment) and articleid. It displays them and sort coments by unique id. When i delete eg. comment number 4, next comment is

[PHP] Mailing list

2001-10-29 Thread Nikola Karovi
Hi, Im looking for some mailing list script that would have option to send mails in batch mode, to prevent server overloading and to sent all mails in personal mode, not to send them in bcc, or anything. I have looked allready on hotscripts.com ang phpresourceindex etc, but all e-mails with that

Re: [PHP] Mailing list

2001-10-29 Thread Nikola Karovi
no, not like majordomo, like octeth mailing list manager http://www.octeth.com/, only some thats free - Original Message - From: Frewuill Rodriguez [EMAIL PROTECTED] To: Nikola Karovi [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 29. listopad 2001 21:21 Subject: Re: [PHP] Mailing list

Re: [PHP] separating lines in a text area field

2001-10-29 Thread Nikola Karovi
Maybe you could try to put Content-Type: text/plain; without quotes into your message header. - Original Message - From: Don [EMAIL PROTECTED] To: php list [EMAIL PROTECTED] Sent: 29. listopad 2001 22:16 Subject: [PHP] separating lines in a text area field Hi, I've look at the PHP

[PHP] counting sheeps

2001-10-29 Thread Nikola Karovi
Hi, i have two tables uniqueid and table2. In table2 are names that can be the same. How can i make output on my web page that would count number of same names by one name in url like index.php?id=name1 to produce eg number 3. - volim popit, volim zagalamit -- PHP General

Re: [PHP] Re: Problem redirecting

2001-10-28 Thread Nikola Karovi
You have to put Header( "Location:http://www.mydomain.com/mypage.html"); on top of your php code - Original Message - From: Justin Garrett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 28. listopad 2001 07:00 Subject: [PHP] Re: Problem redirecting From the manual: Remember that

[PHP] mail and eregi problem

2001-10-27 Thread Nikola Karovi
Hi, I'm having some trouble with this formToEmail script. It shuld take variables from html form, send them to me, and then send auto reply to the person who filed the form. But the problem is that, if the person dont enter e-mail, or enter "sjhdfzg" or leave empty, i receieve internal server