Ok, I'm working on a site that really needs to use a dynamic database or two but the site's host doesn't have SQL or anything else useful running. What would be the best and/or easiest solution in this case? I was thinking of making it all text file based but wouldn't know where to start. Any suggestions or tips would be helpful.
James
I would suggest you tell the site they need to find a host with MySQL support. but if their not intrested in doing that. check to see if PHP is complied with dbm support. i think it would be --with-dbm (not sure... 😃)
if it is check the php manual http://www.php.net/dbm
Depends on the amount of data....
However, I would recommend using multidymentional arrays if the data is not going to change a lot and if the amount of data is small.
Francis