Tag: mysql

Update to Search script in MySQL/PHP

September 11, 2008

8 Comments

Topics: Accessibility.

This is an old project, now obsolete. Links have been redacted. I know it’s only been a month, so it’s obviously far too soon for me to be publishing any kind of a script update. However, these were things which just needed to be done. First, I’ve greatly improved the internationalism of the script: it now operates searches on UTF-8 encoded data, so it should be great for working with any language which requires characters in that character set. Testing […]

Continue reading “Update to Search script in MySQL/PHP” »

MySQL/PHP Boolean Search Updated

August 3, 2008

8 Comments

Topics: Web Development.

This is an old project, now obsolete. Links have been redacted. Following the publication of a brief article on Search results design by Adaptive Path, I decided that revising my database search script was a valuable goal. Specifically, meeting the checklist in that result was probably not a bad idea! It’s not that the previous version was terrible, but I knew perfectly well that it could be much better. The additions to the script are pretty straightforward: Additions: Added: Made […]

Continue reading “MySQL/PHP Boolean Search Updated” »

Long-awaited update to PHP/MySQL poll

April 14, 2008

4 Comments

Topics: Web Development.

This is an old project, now obsolete. Links have been redacted. It didn’t quite take 2 years, at least. But very, very close. The last release of this script was May 25th, 2006 — so I made it just under the wire. But this is also a bit more than just a script update. In fact, this is a complete overhaul. I’m not certain that there’s actually a single line in the poll script which is the same as the […]

Continue reading “Long-awaited update to PHP/MySQL poll” »

What does a “free script” need to provide?

March 12, 2008

5 Comments

Topics: Web Development.

I received an interesting comment from my contact form the other day. I don’t need to respond to it, as the sender left a clearly false email address as their response address, but I do feel that it poses an interesting question for me. This is the message in its entirety: Dude how come your example poll have this amazing format, cool graphics, and when I download and installed yours, looks like SHIT? I mean, thanks for doing this and […]

Continue reading “What does a “free script” need to provide?” »

PHP/MySQL Boolean Search Script Updated

October 21, 2007

11 Comments

Topics: Web Development.

Just a quick announcement that I’ve updated my search script for Boolean matching in MySQL. The latest version is available for download on the PHP (Hypertext PreProcessing)/MYSQL Search Engine script page. The changes to this version include: Fixed: various minor bugs Fixed: multipage results not available with quoted strings Fixed: full-text query problem Fixed: some compatibility issues with different PHP/MySQL configurations. Added: sortable results Added: configurable field label names Added: sample results page Added: test mode for troubleshooting. It’s not […]

Continue reading “PHP/MySQL Boolean Search Script Updated” »