473,804 Members | 3,742 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1732
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
1726
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. Would be nice if they could be assigned a code that would allow them to access their post and make changes or delete it entirely. • Posts must be okayed by an administrator prior to appearing in the database.
19
3229
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 pretty interesting.
14
4638
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 eBay, Yahoo and others. This is what she wants my program to be able to do: (try this test at different websites just for fun). At eBay: - enter the word 'television' in a search field à you will get 2155 items.
0
1309
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 no idea of when or if this limitation will ever move up to 100,000 per day. How can I implement this for a beginner into some sort of module or code with VBA in Access XP ? Anyone have any sample code I can attach to the click event so that
2
2480
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 ( hoping someone can help me make lemonade!) I have this form implemented with my Candidate entry form, as a find. click the find button, search, subsearch form shows results, click select on the needed record, and the search form closes, the entry...
0
375
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 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),
4
1712
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 please see the in IE and Firefox... can anyone tell me why in FF I don't get the CSS to work?
14
3745
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. This customer is one I do a lot of business with. I could create an email to send him a copy of the order. A more preferable approach would be to transfer to the customer the order and order items parts which could then be imported/used to update...
2
2623
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 another screen. All of this has to be done with java servlets. I think there's something I don't see and it's wrong. My problem is that anything I enter in the search bar appears as a result in the results page, even if there's not such a name in...
0
9571
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10318
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9132
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6845
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5639
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4277
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3803
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.