I just asked myself if it would be useful to have drupal core differ between two settings for a local and a remote installation, e.g. a settings.local.php and an settings.php file where one can set the different data for his development installation and his live installation.
should not be that much work to implement but saves a little work for users.
Has anyone tried updating nodes programmatically in Drupal 5?
I'm particularly interested in how to reflect changes in the node body and be able to save them programmatically.
my problem is now I need to do a couple of things and for the life of me I can't seem to find how to do this by searching the help material.
-- my search form has 4 fields -- a keywords field along with 3 text inputs for DD MM YY to allow the user to search based on a date. is this possible using the core drupal search functionality?