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
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 - 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???
Why is every 1008th character missing when Im tring to send an email?
mail("[EMAIL PROTECTED]", "test","
123456789012345678901234567890123456789012345678901234567890123456789012
345678901234567890123456789012345678901234567890123456789123456789012345
6789012345678901234567890123456789012345678901
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
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
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
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
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
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
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
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
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 Im 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 Im choking the poor thing, but I cant
afford a new se
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
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
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
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 - 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
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
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
20 matches
Mail list logo