Re: [PHP] Re: Finding similar results with php from mysql

2010-05-07 Thread Teus Benschop
> > I am searching for a way to show the user similar records from the mysql > > database. A functionality like "this could also be of interest to you". > > > > Does anybody know if this is there is a standard functionality to do > > this, or a good way on retrieving this with the help of PHP? The

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Karl DeSaulniers
On May 7, 2010, at 10:35 PM, Charlene Wroblewski wrote: Karl DeSaulniers wrote: On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but y

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Charlene Wroblewski
Karl DeSaulniers wrote: On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE7, but can in FF. CTRL-Refresh d

Re: [PHP] Finding similar results with php from mysql

2010-05-07 Thread David McGlone
On Friday 07 May 2010 19:37:32 Merlin Morgenstern wrote: > Hi there, > > I am searching for a way to show the user similar records from the mysql > database. A functionality like "this could also be of interest to you". > > Does anybody know if this is there is a standard functionality to do > this

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Phpster
On May 7, 2010, at 8:41 PM, Karl DeSaulniers wrote: On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE

Re: [PHP] Can't find my error

2010-05-07 Thread David McGlone
On Friday 07 May 2010 11:26:56 Robert Cummings wrote: > Jan G.B. wrote: > > 2010/5/6 David McGlone : > >> On Wednesday 05 May 2010 16:19:35 Paul M Foster wrote: > >>> On Wed, May 05, 2010 at 01:03:41PM -0400, David McGlone wrote: > On Wednesday 05 May 2010 12:51:00 Ashley Sheridan wrote: > >>>

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Phpster
On May 7, 2010, at 8:06 PM, Charlene Wroblewski > wrote: I tried this and it doesn't work. I still have to do the CTRL- Refresh to get it to refresh the page. On May 7, 2010, at 2:27 PM, Karl DeSaulniers wrote: Try, header('Cache-control: private, no-cache, must-revalidate');> header('Ex

Re: [PHP] Can't find my error [X-PHP]

2010-05-07 Thread David McGlone
On Friday 07 May 2010 13:45:37 tedd wrote: > At 12:49 PM -0400 5/7/10, Bob McConnell wrote: > >I use some 100-mile-an-hour tape my son left the last time he was home > >on leave. That reminds me, I need to get some more from him when he gets > >back from Baghdad next month. > > > >Bob McConnell > >

Re: [PHP] Can't find my error

2010-05-07 Thread David McGlone
On Friday 07 May 2010 12:10:50 tedd wrote: > At 11:53 AM -0400 5/7/10, Robert Cummings wrote: > >tedd wrote: > >>At 6:40 AM -0400 5/7/10, David McGlone wrote: > >>>On Thursday 06 May 2010 23:47:23 Jim Lucas wrote: > Robert Cummings wrote: > > David McGlone wrote: > >> On Thursday

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Karl DeSaulniers
On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE7, but can in FF. CTRL-Refresh does not make it work.

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Charlene Wroblewski
I tried this and it doesn't work. I still have to do the CTRL-Refresh to get it to refresh the page. On May 7, 2010, at 2:27 PM, Karl DeSaulniers wrote: Try, header('Cache-control: private, no-cache, must-revalidate');> header('Expires: 0'); http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.

[PHP] Re: Finding similar results with php from mysql

2010-05-07 Thread Al
On 5/7/2010 7:37 PM, Merlin Morgenstern wrote: Hi there, I am searching for a way to show the user similar records from the mysql database. A functionality like "this could also be of interest to you". Does anybody know if this is there is a standard functionality to do this, or a good way on

[PHP] Finding similar results with php from mysql

2010-05-07 Thread Merlin Morgenstern
Hi there, I am searching for a way to show the user similar records from the mysql database. A functionality like "this could also be of interest to you". Does anybody know if this is there is a standard functionality to do this, or a good way on retrieving this with the help of PHP? Kind r

Re: [PHP] simplexml choking on apparently valid XML

2010-05-07 Thread Nathan Nobbe
On Fri, May 7, 2010 at 4:32 PM, Brian Dunning wrote: > This time simplexml-load-string also gave me the same error on the > following line: > > Charlie & Brady > > Can anyone confirm whether simplexml-load-string will or will not accept or > allow XML-encoded characters? It seems that it should an

Re: [PHP] simplexml choking on apparently valid XML

2010-05-07 Thread Brian Dunning
This time simplexml-load-string also gave me the same error on the following line: Charlie & Brady Can anyone confirm whether simplexml-load-string will or will not accept or allow XML-encoded characters? It seems that it should and would be pretty surprising if it wouldn't. On May 6, 2010,

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Karl DeSaulniers
Try, header('Cache-control: private, no-cache, must-revalidate'); header('Expires: 0'); http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: header ("Cache-Control: private, max-age=$interval,s-maxage=0"); Karl DeSaulniers Design Dru

[PHP] Problem with IE7 caching

2010-05-07 Thread Charlene Wroblewski
I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE7, but can in FF. CTRL-Refresh does not make it work. * I modify data using a form in IE7. When I click on a l

RE: [PHP] Can't find my error [X-PHP]

2010-05-07 Thread tedd
At 12:49 PM -0400 5/7/10, Bob McConnell wrote: I use some 100-mile-an-hour tape my son left the last time he was home on leave. That reminds me, I need to get some more from him when he gets back from Baghdad next month. Bob McConnell Bob : When he arrives home, tell him "Thanks for his servi

RE: [PHP] Can't find my error

2010-05-07 Thread Bob McConnell
From: Robert Cummings > tedd wrote: >> At 6:40 AM -0400 5/7/10, David McGlone wrote: >>> On Thursday 06 May 2010 23:47:23 Jim Lucas wrote: Robert Cummings wrote: > David McGlone wrote: >> On Thursday 06 May 2010 20:49:47 Jason Pruim wrote: >>> On May 5, 2010, at 9:02 PM, Da

Re: [PHP] Can't find my error

2010-05-07 Thread Robert Cummings
tedd wrote: At 11:53 AM -0400 5/7/10, Robert Cummings wrote: tedd wrote: At 6:40 AM -0400 5/7/10, David McGlone wrote: On Thursday 06 May 2010 23:47:23 Jim Lucas wrote: Robert Cummings wrote: > David McGlone wrote: >> On Thursday 06 May 2010 20:49:47 Jason Pruim wrote: >>> On May 5, 2010

Re: [PHP] Can't find my error

2010-05-07 Thread tedd
At 11:53 AM -0400 5/7/10, Robert Cummings wrote: tedd wrote: At 6:40 AM -0400 5/7/10, David McGlone wrote: On Thursday 06 May 2010 23:47:23 Jim Lucas wrote: Robert Cummings wrote: > David McGlone wrote: >> On Thursday 06 May 2010 20:49:47 Jason Pruim wrote: >>> On May 5, 2010, at 9:02 PM,

Re: [PHP] Can't find my error

2010-05-07 Thread Robert Cummings
tedd wrote: At 6:40 AM -0400 5/7/10, David McGlone wrote: On Thursday 06 May 2010 23:47:23 Jim Lucas wrote: Robert Cummings wrote: > David McGlone wrote: >> On Thursday 06 May 2010 20:49:47 Jason Pruim wrote: >>> On May 5, 2010, at 9:02 PM, David McGlone wrote: On Wednesday 05 May 201

Re: [PHP] Can't find my error

2010-05-07 Thread tedd
At 6:40 AM -0400 5/7/10, David McGlone wrote: On Thursday 06 May 2010 23:47:23 Jim Lucas wrote: Robert Cummings wrote: > David McGlone wrote: >> On Thursday 06 May 2010 20:49:47 Jason Pruim wrote: >>> On May 5, 2010, at 9:02 PM, David McGlone wrote: On Wednesday 05 May 2010 13:12:58 Da

Re: [PHP] Can't find my error

2010-05-07 Thread Robert Cummings
Jan G.B. wrote: 2010/5/6 David McGlone : On Wednesday 05 May 2010 16:19:35 Paul M Foster wrote: On Wed, May 05, 2010 at 01:03:41PM -0400, David McGlone wrote: On Wednesday 05 May 2010 12:51:00 Ashley Sheridan wrote: On Wed, 2010-05-05 at 12:55 -0400, David McGlone wrote: I've checked and che

Re: [PHP] Two color ... while iteration [X-PHP]

2010-05-07 Thread tedd
On 6 May 2010 17:47, tedd <tedd.sperl...@gmail.com> wrote: Michiel: Considerate? Being Inconsiderate is what the government does for a living. Additionally, what you said above is *your* opinion -- as *you* presented in a public forum. Who's opinion is more ap

Re: [PHP] "åÐ-¡¨-¼·" å"|»®-åÉ|ó“-ñ@

2010-05-07 Thread Bill Guion
At 8:26 PM -0400 5/6/10, Robert Cummings wrote: Ashley Sheridan wrote: [/snip] If only I could speak Chinese and was gullible I'd love to take them up on the offer for whatever it is. Thanks, Ash http://www.ashleysheridan.co.uk My Chinese is a bit rusty, but I think it says, please reply on

Re: [PHP] Can't find my error

2010-05-07 Thread Jan G.B.
2010/5/6 David McGlone : > On Wednesday 05 May 2010 16:19:35 Paul M Foster wrote: >> On Wed, May 05, 2010 at 01:03:41PM -0400, David McGlone wrote: >> > On Wednesday 05 May 2010 12:51:00 Ashley Sheridan wrote: >> > > On Wed, 2010-05-05 at 12:55 -0400, David McGlone wrote: >> > > > I've checked and

Re: [PHP] Can't find my error

2010-05-07 Thread Paul M Foster
On Fri, May 07, 2010 at 06:23:35AM -0400, David McGlone wrote: > On Friday 07 May 2010 00:42:38 Paul M Foster wrote: > > On Thu, May 06, 2010 at 10:45:09PM -0400, David McGlone wrote: > > > > > > > > > I got sortof a joke I thought about a little while ago, it goes something > > > like > > > this

Re: [PHP] Can't find my error

2010-05-07 Thread David McGlone
On Thursday 06 May 2010 23:47:23 Jim Lucas wrote: > Robert Cummings wrote: > > David McGlone wrote: > >> On Thursday 06 May 2010 20:49:47 Jason Pruim wrote: > >>> On May 5, 2010, at 9:02 PM, David McGlone wrote: > On Wednesday 05 May 2010 13:12:58 Dan Joseph wrote: > > On Wed, May 5, 2010

Re: [PHP] Can't find my error

2010-05-07 Thread David McGlone
On Friday 07 May 2010 00:42:38 Paul M Foster wrote: > On Thu, May 06, 2010 at 10:45:09PM -0400, David McGlone wrote: > > > > > I got sortof a joke I thought about a little while ago, it goes something > > like > > this: > > > > "This list works like a team, and there is no "i" in team." > > > > I'