Is anyone else able to see my search results?

This is a discussion on Is anyone else able to see my search results? within the PHP Language forums, part of the PHP Programming Forums category; Here is the thing. When you go to this page: http://www.accumulist.com/index.php?...lFields%5D=api I'...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-09-2006
lawrence k
 
Posts: n/a
Default Is anyone else able to see my search results?

Here is the thing. When you go to this page:

http://www.accumulist.com/index.php?...lFields%5D=api

I've put in some HR tags in the HTML to separate the 3 different
queries. After those 3 queries you'll see results at the bottom. For
me, those results look like this:

api (4), darren (1), xml (12), battlepanda (1), war+on+drugs (6),
stupid (1), moron (1), nightmare (1), hell (1), mijkuynbvfsds (1),
police (1), Pitchfork+Media (1),

There are two problems here. Do you get this when you go to this page?
I'm concerned that I'm only getting back the things that I have
personally searched for, and not the things that others have searched
for. Let me know, please, if this works for you.

The goal of this script is to be able to say to the person who is
searching "People who searched for this item, also searched for these
other things."

It is suppose to be a little like on Amazon.com, where when you buy one
thing, it says "Customers who bought this item also bought these other
items:".


I'm sorry I didn't give the table structures earlier. The visitor id of
searchHistory is the id of visitors. machineId is a unique value
generated and set by a cookie.

#
# Table structure for table `searchHistory`
#

CREATE TABLE `searchHistory` (
`id` int(11) NOT NULL auto_increment,
`query` text NOT NULL,
`visitorId` int(11) NOT NULL default '0',
`domain` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=88 ;




#
# Table structure for table `visitors`
#

CREATE TABLE `visitors` (
`id` int(11) NOT NULL auto_increment,
`date` int(11) NOT NULL default '0',
`ipAddress` varchar(15) NOT NULL default '',
`hostname` varchar(255) NOT NULL default '',
`machineId` varchar(255) NOT NULL default '',
`referrals` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=8236 ;

Reply With Quote
  #2 (permalink)  
Old 01-09-2006
Erwin Moller
 
Posts: n/a
Default Re: Is anyone else able to see my search results?

I see your posting 4 times in comp.lang.php.....

Regards,
Erwin Moller
Reply With Quote
  #3 (permalink)  
Old 01-09-2006
lawrence k
 
Posts: n/a
Default Re: Is anyone else able to see my search results?

Erwin Moller wrote:
> I see your posting 4 times in comp.lang.php.....
>
> Regards,
> Erwin Moller


Sorry. I used Google Groups to post. Every time I posted it gave me a
500 in response, and said there had been a Server Error. I kept posting
till it said the post had gone through.

Reply With Quote
  #4 (permalink)  
Old 01-10-2006
Erwin Moller
 
Posts: n/a
Default Re: Is anyone else able to see my search results?

lawrence k wrote:

> Erwin Moller wrote:
>> I see your posting 4 times in comp.lang.php.....
>>
>> Regards,
>> Erwin Moller

>
> Sorry. I used Google Groups to post. Every time I posted it gave me a
> 500 in response, and said there had been a Server Error. I kept posting
> till it said the post had gone through.


Aha, ok.

Tip: Download a real newsreader. It gives you a lot more comfort than
Google.
You can find many for all platforms.
My favorites:
for W$: forte free agent.
for *nix: Knode

but there are a zillion out there. Give it a shot. :-)

Regards,
Erwin Moller
Reply With Quote
  #5 (permalink)  
Old 01-10-2006
David Haynes
 
Posts: n/a
Default Re: Is anyone else able to see my search results?

Erwin Moller wrote:
> lawrence k wrote:
>
>> Erwin Moller wrote:
>>> I see your posting 4 times in comp.lang.php.....
>>>
>>> Regards,
>>> Erwin Moller

>> Sorry. I used Google Groups to post. Every time I posted it gave me a
>> 500 in response, and said there had been a Server Error. I kept posting
>> till it said the post had gone through.

>
> Aha, ok.
>
> Tip: Download a real newsreader. It gives you a lot more comfort than
> Google.
> You can find many for all platforms.
> My favorites:
> for W$: forte free agent.
> for *nix: Knode
>
> but there are a zillion out there. Give it a shot. :-)
>
> Regards,
> Erwin Moller


Thunderbird works on either platform if you're not trying to download
the binaries.

-david-

Reply With Quote
  #6 (permalink)  
Old 01-11-2006
lawrence k
 
Posts: n/a
Default Re: Is anyone else able to see my search results?


David Haynes wrote:
> Thunderbird works on either platform if you're not trying to download
> the binaries.


"either platform" ???

I use 3 platforms every week, without exception.

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 12:02 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0