This will be quick and sweet. Last night someone asked me to turn re-use an old server from having a catalog installed to just hosting primary DNS zones. So before I make this Active directory integrated DNS server to just a primary or do anything worthwhile I wanted to backup the zones. Well how? Continue reading “Backing up Windows Server 2008 DNS Zone Files”
PHP Locale Definitions
PHP Locale Definitions methods
MagpieRSS provides an XML-based (expat) RSS parser in PHP.
MagpieRSS is compatible with RSS 0.9 through RSS 1.0. Also parses RSS 1.0’s modules, RSS 2.0, and Atom. (with a few exceptions)
Continue reading “MagpieRSS provides an XML-based (expat) RSS parser in PHP.”
Control your scripts with command-line PHP
PHP is most often used in combination with a Web server, to dynamically generate Web site pages. However, this Web server interface isn’t the only way to use PHP, because the PHP distribution also includes a command-line interface which can be used to run PHP programs at the command prompt, much like Perl or bash. Continue reading “Control your scripts with command-line PHP”
How do I add my PHP directory to the PATH on Windows?
On Windows NT+ and Windows Server 2000+: Continue reading “How do I add my PHP directory to the PATH on Windows?”
Running PHP at the Command Prompt
Introduction:
PHP is a great language to develop web applications rapidly and easily. PHP code can also be run as a command line script just like C, C++, java, and so on. Continue reading “Running PHP at the Command Prompt”