Thanks for the suggestion - I did try it before reading your post but just in case, I also CHMODDed the file to 777 as recommended. Maybe there's a time lag or something ... still not quite working. I'll poke about abit to make sure I've done the correct edits as well!
EDIT
Ok... I think I know why: apart from having to create search-history.txt itself (I think... presuming its not created automatically), the edit for show_search.php should refer to
- Code: Select all
$file_path = "./data/search-history.txt";
rather than
- Code: Select all
$file_path = "../data/search-history.txt";
The difference here is the extra dot in the file path.

I'm really excited now that I've got it working! Thanks FI-DD
