scottdallas wrote:No, that's probably not a good idea. I get what you're sayin but I'm not sure why it's happening. Is there anything else you can say about it? Anything else you notice? How it's setup?
I have changed nothing, I'm actually using the file as it came in the 'package'. This is how I've included the file:
- Code: Select all
....
elseif($_GET['go'] == "search"){
include("cutenews/search.php");
So the search string I enter is being completely ignored.
Date and Category are working fine as search criteria. I have just redownloaded the original search.php file (just to make sure), but it didn't make a difference.