[PHP-WIN] Characters missingin mail source???

2003-10-06 Thread Disko_kex
Hi again. I've got this annoying problem. I made a program that sends mail to my customers, like a newsletter. The mail is in HTML and each mail is about 2000 chars, depends on the customers info. The problem I have is that there is a lot of characters missing in the mail source when the mail is d

RE: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2003-10-06 Thread Charles P. Killmer
Between the client and the server? I am not quite sure if I am logging what I think I am logging. Here is the scenario. I have a prepend script that records the current time into a variable. I also have an append script that calculates the difference and writes that time to a file. I am runnin

php-windows Digest 6 Oct 2003 13:07:55 -0000 Issue 1943

2003-10-06 Thread php-windows-digest-help
php-windows Digest 6 Oct 2003 13:07:55 - Issue 1943 Topics (messages 21685 through 21690): Re: newbie problem 21685 by: Rahman Haqparast 21688 by: manon forms question 21686 by: Gareth Thomas 21687 by: Duane Lakoduk Characters missingin mail source???

[PHP-WIN] Every 1008th character is missing???

2003-10-06 Thread Disko_kex
Why is every 1008th character missing when Im tring to send an email? mail("[EMAIL PROTECTED]", "test"," 123456789012345678901234567890123456789012345678901234567890123456789012 345678901234567890123456789012345678901234567890123456789123456789012345 6789012345678901234567890123456789012345678901

[PHP-WIN] Extends problem (classes)

2003-10-06 Thread Trystano
Hi all, I am a newbie to OO programming in PHP, and am having a few teething problems with the extends keyword (inheritance). I think that the following code doesn't work because the 'Another' class doesn't extend the 'Something' class (I have created it, but is not in this sample code). The se

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-06 Thread Charles P. Killmer
I just tried it on my server with both PHP 4.3.2 and 4.3.3 and I got the last 5. The only thing I changed was the email address to send to. Charles -Original Message- From: Disko_kex [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 8:19 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-06 Thread Disko_kex
I just changed to Apache 2 from Apace 1.3, but I still don't get the last "5". Could it be my mail server? -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: den 6 oktober 2003 15:56 To: Disko_kex; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Every 1008th character i

[PHP-WIN] IRC

2003-10-06 Thread Paulo Nunes
How can i build a chat using PHP and without refreshing a frame every x seconds? Thanks!!! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Characters missingin mail source???

2003-10-06 Thread Manuel Lemos
Hello, On 10/06/2003 06:40 AM, Disko_kex wrote: I've got this annoying problem. I made a program that sends mail to my customers, like a newsletter. The mail is in HTML and each mail is about 2000 chars, depends on the customers info. The problem I have is that there is a lot of characters missing

[PHP-WIN] 'extends' problem (Classes)

2003-10-06 Thread Trystano
Sorry if this is a double post for some of you, but I sent this email earlier today and had a strange email in a foreign language which seems like an email blocker. If any of you have received this email today, please delete it. Hi all, I am a newbie to OO programming in PHP, and am having a fe

[PHP-WIN] Help me out with Session problem

2003-10-06 Thread Kamran fff
Hi, I have WinPro2000 with IIS (PWS) and PHP4. When i strat session receive an error. Can you tell me how i can solve this problem Thanks Kamran Fayyaz - Do you Yahoo!? The New Yahoo! Shopping - with improved product search

RE: [PHP-WIN] Help me out with Session problem

2003-10-06 Thread Charles P. Killmer
probably -Original Message- From: Kamran fff [mailto:[EMAIL PROTECTED] Sent: Saturday, October 04, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Help me out with Session problem Hi, I have WinPro2000 with IIS (PWS) and PHP4. When i strat session receive an error. Can you t

[PHP-WIN] timeout question

2003-10-06 Thread David Coleman
I have a PHP page that for some reason is taking an ungodly long time to execute. I suspect that this is simply b/c I’m running Apache 1.3 / MySQL 4.013-nt, PHP 4, Zend studio 3.0, and MySQL GUI on a 266 MhZ win2K server. (Yes people, I know I’m choking the poor thing, but I can’t afford a new se

[PHP-WIN] Getting MAC & NetBIOS Name from PHP?

2003-10-06 Thread Snuffy2
I'm looking to try to get a users MAC and/or NetBIOS name when they visit my website. It somehow can be done, I'm not sure with PHP, but it can be done. Does anyone have any idea how? As an example check out: http://stealthtests.lockdowncorp.com/ On that site, there are tests that will display N

[PHP-WIN] Re: 'extends' problem (Classes)

2003-10-06 Thread Sek-Mun Wong
did you have your inheritance mixed up? (or maybe it was a typo) if > class Another extends Something { then > $obj2 = new Something; > $obj2->setX(5); > $obj2->setY(6); would yield setY not found, because setY is not in Something. Ie, both methods are available in "Another", only setX is in

[PHP-WIN] Problem with my PHPNuke Site

2003-10-06 Thread Charlie Brewer
Was wondering if anyone knew how to fix this: I have a PHPNuke website, with PHPbb forums. The problem is, it doesnt matter what I set the Forum font color to, its automatically overridden by the website font color. Now I dont want the forums to have the same font color as the rest of the site

[PHP-WIN] Re: IRC

2003-10-06 Thread Rahman Haqparast
You can use Flash for such a thing. I think there should be ready scripts for this stuff too. Just make a search using keywords "Flash" "PHP" and "CHAT" "Paulo Nunes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How can i build a chat using PHP and without refreshing a frame every

php-windows Digest 7 Oct 2003 05:34:02 -0000 Issue 1944

2003-10-06 Thread php-windows-digest-help
php-windows Digest 7 Oct 2003 05:34:02 - Issue 1944 Topics (messages 21691 through 21704): Every 1008th character is missing??? 21691 by: Disko_kex 21693 by: Charles P. Killmer 21694 by: Disko_kex Extends problem (classes) 21692 by: Trystano.aol.com IRC

[PHP-WIN] Re: timeout question

2003-10-06 Thread J.Veenhuijsen
see in php.ini max_execution_time = 30 ; Maximum execution time of each script, in seconds or set_time_limit (PHP 3, PHP 4 ) limit the maximum execution time void set_time_limit (int seconds) Set the number of seconds a script is allowed to run. If this is reached, the script returns a

Re: [PHP-WIN] Problem with my PHPNuke Site

2003-10-06 Thread Wolfgang Schneider
On Mon, 6 Oct 2003 18:07:52 -0500, Charlie Brewer wrote: Hi >I have a PHPNuke website, with PHPbb forums. The problem is, it doesnt > matter what I set the Forum font color to, its automatically overridden by the > website font color. Now I dont want the forums to have the same font color > as