473,385 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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 ;

Jan 9 '06 #1
5 1696
I see your posting 4 times in comp.lang.php.....

Regards,
Erwin Moller
Jan 9 '06 #2
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.

Jan 9 '06 #3
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
Jan 10 '06 #4
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-

Jan 10 '06 #5

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.

Jan 11 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Joannie Jae | last post by:
Need a script to allow users to post their social events, and having a devil of a time finding one. Some criteria: • Users can post their own event, without requiring any kind of registration. ...
19
by: Leif K-Brooks | last post by:
Has anyone ever tried implementing a simple unstructured BASIC dialect in Python? I'm getting interested in language implementation, and looking at a reasonably simple example like that could be...
14
by: vic | last post by:
My manager wants me to develop a search program, that would work like they have it at edorado.com. She made up her requirements after having compared how search works at different websites, like...
0
by: Jack-of-all-traits | last post by:
Does anyone have more info about the Yahoo API using the SOAP system to automate searches via access ? or even the google API services, which are limited to a mere 1000 searches per 24 hours with...
2
by: misscrf | last post by:
I have a search form that is great. I have modified it in such a way, that when search results come up I can bring it back to a useful spot, say an entry form or a report. Here is my lemon (...
0
by: lawrence k | last post by:
Here is the thing. When you go to this page: http://www.accumulist.com/index.php?search%5BallFields%5D=api I've put in some HR tags in the HTML to separate the 3 different queries. After those...
4
by: Bruno Alexandre | last post by:
Hi guys, I'm using the asp:menu component and everything worked great in my machine, but when I upload the files to our Hosting I got this: http://portal.filterqueen.dk/portal2.fq/test.aspx ...
14
by: salad | last post by:
XML seems to be a hot technology buzzword. And it appears XML is supported in A2003. I am wondering if it could be used in the following scenario. I create an order record for the customer. ...
2
by: dmstn | last post by:
Hey! I've got a little problem. I have to make a web site for a university essay. I curently have to create a search engine. Users can enter a hotel name in a search bar and results have to appear in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.