One of my favority aspects of PHP is the phpinfo function. It gives you all sorts of information about your server environment, curent request, etc. Whenever I move to a new server or help someone troubleshoot PHP, the first thing…
I stumbled across PHP-TextDB while helping a friend find a viable database she could use on her non-mySQL account. PHP Text DB API is a bare-bones flat-file database that stores its tables in plain text files. Although I wouldn’t use…