PHP Locale Definitions methods
Category Archives: PHP
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)
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.
How do I add my PHP directory to the PATH on Windows?
On Windows NT+ and Windows Server 2000+:
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.
PHP Shorthand If / Else Examples
In looking at my Google Analytics statistics, I see a lot of visitors searching for PHP shorthand if/else (ternary) information. I’ve gone through my code library and picked out some examples of ternary operator usage.