Forum: MySQL Mar 8th, 2006 |
| Replies: 3 Views: 4,376 For simply comparing 2 lists of words for matches, I'd leave the database out of it. You can store your results or the keywords in the database if you want, but for the actual comparison, check out... |
Forum: MySQL Jun 23rd, 2005 |
| Replies: 9 Views: 83,033 Debugging tip: You mention that you run the statement in MySql window, and it works, but did you actually copy & paste the statement as generated by your code? Right after you build the $sql... |
Forum: MySQL Jun 19th, 2005 |
| Replies: 7 Views: 3,289 You can mix and match some tech that is usually Windows with some tech that is normally linux. For example, PHP is usually used on the Linux OS with the Apache web service. But you can use PHP on... |
Forum: MySQL Jun 19th, 2005 |
| Replies: 7 Views: 3,289 Thanks, ae1. As for your "simple website with a few links" need, you probably already have enough experience from working with the MoveableType blog system to create a basic HTML page and include... |
Forum: MySQL Jun 18th, 2005 |
| Replies: 7 Views: 3,289 You've discovered the truth. This stuff is not easy. It is not user-friendly. When Microsoft asks "Where do you want to go today?", they already know the answer: HELL.
Seriously, though, this... |