PHP Reserved Words
Category Archives: Programming
Parse XML With PHP : Read XML File From URL
You can build really cool apps with API’s and most sites will send either JSON or XML back to your app, I prefer JSON actually but some of these API’s will only send XML and, while you can always convert XML to JSON, it’s always better to save that processing time.
How to Return More Than One Value From a Function in PHP
Here is a cool trick you might not know if you want to return multiple values from a function and assign them to variables with different names each.
mysql Reserved Words
Reserved Words Certain words such as SELECT, DELETE, or BIGINT are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions.
10 Ways to Use .htaccess to Speed Up WordPress
Recently I’ve become more and more interested in the .htaccess file as a way to speed up and protect your site. Previously here on WPShout I’ve written an “A to Z of WordPress .htaccess Hacks”, which has been a very popular post, and today we’re going to look at ten easy methods to speed up …
Continue reading “10 Ways to Use .htaccess to Speed Up WordPress”
wp Using Permalinks
Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. A permalink is what another weblogger will use to link to your article (or section), or how you might send a link to your story in an e-mail message. The URL to each post should …