[PHP-WIN] Mail Delivery (failure php-windows@lists.php.net)

2004-04-01 Thread shane
If the message will not displayed automatically, follow the link to read the delivered message. Received message is available at: www.lists.php.net/inbox/php-windows/read.php?sessionid-27461  

[PHP-WIN] Re: Refresh in php

2004-04-01 Thread Nadim Attari
> Is there any function in php that keeps refreshing the page after a fixed time...just like "" in normal HTML files. Hi Sudeep! Kia haal hein?? Maybe this will help: $numSeconds = 120; header ("Refresh: $numSeconds; url=". $_SERVER['PHP_SELF']); ~ Nadim Attari -- PHP Windows Mailing List (h

php-windows Digest 1 Apr 2004 22:59:56 -0000 Issue 2191

2004-04-01 Thread php-windows-digest-help
php-windows Digest 1 Apr 2004 22:59:56 - Issue 2191 Topics (messages 23335 through 23343): STUCK : String Comaparison 23335 by: Ron.Herhuth.tatumpartners.com 23336 by: Rico Derks 23337 by: Svensson, B.A.T. (HKG) 23338 by: DvDmanDT Re: Refresh in php 2

[PHP-WIN] Re: [PEAR-DEV] Re: [PHP] RE: [PEAR] WARNING! Virus

2004-04-01 Thread Lukas Smith
lets have this thread die now .. especially as it crosses way too many lists. regards, Lukas Smith [EMAIL PROTECTED] ___ BackendMedia www.backendmedia.com [EMAIL PROTECTED] Linn Zwoch Smith GbR Pariser Str. 44 D-10707 Berlin Tel +49 30 83 22 50 00 Fax +

[PHP-WIN] Re: [PHP] RE: [PEAR] WARNING! Virus

2004-04-01 Thread Red Wingate
interessting, as those lists only allow text/plain files to be attached Daniel Kopp wrote: Hi! People who do not check anything that comes in by internet should see a doctor concerning suicidal tendences. Over here - every day I get at least one virus (probably 2-3). But ... who cares ... Norton,

[PHP-WIN] RE: [PEAR] WARNING! Virus

2004-04-01 Thread Daniel Kopp
Hi! People who do not check anything that comes in by internet should see a doctor concerning suicidal tendences. Over here - every day I get at least one virus (probably 2-3). But ... who cares ... Norton, F-Secure and co. should care - but I ... got better things to do Regards Daniel > Be care

[PHP-WIN] Upgraded to 4.3.5

2004-04-01 Thread Shawn Beard
I jsut upgraded to PHP 4.3.5 and now my email functionality does not work. I do have the SMTP setting in the php.ini set up. Any ideas? Shawn Beard Web Administrator Iowa Foundation for Medical Care Information Systems [EMAIL PROTECTED] Office: 515-440-8581 Pager: 515-208-5907 -- PHP Windows

[PHP-WIN] Re: Refresh in php

2004-04-01 Thread DvDmanDT
You use the meta-tag-style in PHP as well, or a javascript.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Sudeep sarath" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi friends, > > Is there any function in php that keeps refreshing the page after a fixed

[PHP-WIN] Re: STUCK : String Comaparison

2004-04-01 Thread DvDmanDT
Umm.. $static=bindec('1010'); $dynamic=bindec('1011'); # Can't think right now, but it seems like # you can just do this instead: $dynamic & ~$static if(($static|$dynamic)& ~$static) { # Don't throw flag } else { # Throw flag } It throws a flag, if all 1's in the dynamic string has a mat

RE: [PHP-WIN] STUCK : String Comaparison

2004-04-01 Thread Svensson, B.A.T. (HKG)
For an exhaustiv brute force partial match, between string 1 and string 2. Take the first string and break it up in segment of lenght 1,2,3,...,n-1, where n is the lenght of string 1. Then for each of these segment do a "string-find-in-string" in the second string - if you get a hit, then you have

Re: [PHP-WIN] STUCK : String Comaparison

2004-04-01 Thread Rico Derks
Hi Ron, Also in PHP a string is actually an array of characters. Maybe you can pick out each character and compared it to the character in the same position of the known string! Example: // Get the first character of a string $str = 'This is a test.'; $first = $str{0}; // Get the third charact

[PHP-WIN] STUCK : String Comaparison

2004-04-01 Thread Ron.Herhuth
I may be just over thinking this but I'm stuck trying to figure out a solution that has to deal with comparing a series of dynamic strings to a known string. The strings will be 8 characters long and each character will be either a zero or a 1. What I need to do is to compare the dynamic strings

php-windows Digest 1 Apr 2004 10:55:25 -0000 Issue 2190

2004-04-01 Thread php-windows-digest-help
php-windows Digest 1 Apr 2004 10:55:25 - Issue 2190 Topics (messages 23331 through 23334): DB::affectedrows() issue 23331 by: Jim MacDiarmid Re: Including files in php 23332 by: Jesper Palmqvist [Talarforum i Skandinavien AB] Refresh in php 2 by: Sudeep Sarath

RE: [PHP-WIN] Refresh in php

2004-04-01 Thread Svensson, B.A.T. (HKG)
No, connections are client initiated. -Original Message- From: Sudeep Sarath To: Php-windows mailing list Sent: 4/1/2004 10:30 AM Subject: [PHP-WIN] Refresh in php Hi friends, Is there any function in php that keeps refreshing the page after a fixed time...just like "" in normal HTML

[PHP-WIN] Refresh in php

2004-04-01 Thread Sudeep Sarath
Hi friends, Is there any function in php that keeps refreshing the page after a fixed time...just like "" in normal HTML files. Thanx ...SuDeEp... Win an evening with the Indian cricket captain: Yahoo! India Promos.