<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Webmaster Tips: PHP articles</title>
<link>http://www.wmtips.com/</link>
<atom:link href="http://www.wmtips.com/php/rss.xml" rel="self" type="application/rss+xml" />
<description>Webmaster tips and tools. Articles about SEO, HTML, CSS, AdSense, Javascript, PHP. Site Information Tool, Adsense Preview, Keyword Density Analyzer and more tools.</description>
<language>en-us</language>
<item>
<title>How to Use Mod_rewrite For URL Rewriting in Apache</title>
<link>http://www.wmtips.com/apache/how-use-mod-rewrite-url-rewriting.htm</link>
<guid>http://www.wmtips.com/apache/how-use-mod-rewrite-url-rewriting.htm</guid>
<pubDate>Mon, 20 Jul 2009 17:04:36 -0500</pubDate>
<description><![CDATA[URL Rewriting is the process of manipulating an URL or a link, which is send to a web server in such a way that the link is dynamically modified at the server to include additional parameters and information along with a server initiated redirection. The web server performs all these manipulations on the fly so that the browser is kept out of the loop regarding the change made in URL and the redirection.
URL Rewriting can benefit your websites and web based applications by providing better security, better visibility or friendliness with Search Engines and helps in keeping the structure of the website more easy to maintain for future changes...]]></description>
<category><![CDATA[Apache]]></category>
</item>
<item>
<title>Auto Optimize Your MySQL Tables Script</title>
<link>http://www.wmtips.com/php/auto-optimize-mysql-tables-script.htm</link>
<guid>http://www.wmtips.com/php/auto-optimize-mysql-tables-script.htm</guid>
<pubDate>Sun, 25 May 2008 16:56:49 -0500</pubDate>
<description><![CDATA[In my quest to make our clients MySQL driven ecommerce websites running fast, I've pieced together a script and cron job that will save you some support calls down the road..]]></description>
<category><![CDATA[PHP]]></category>
</item>
<item>
<title>43 Tips for Optimizing PHP code</title>
<link>http://www.wmtips.com/php/tips-optimizing-php-code.htm</link>
<guid>http://www.wmtips.com/php/tips-optimizing-php-code.htm</guid>
<pubDate>Thu, 18 Oct 2007 18:15:25 -0500</pubDate>
<description><![CDATA[Here is the list of 43 short tips you can use for writing an optimized and more efficient PHP code..

]]></description>
<category><![CDATA[PHP]]></category>
</item>
<item>
<title>Content Compression Using PHP</title>
<link>http://www.wmtips.com/php/content-compression-using-php.htm</link>
<guid>http://www.wmtips.com/php/content-compression-using-php.htm</guid>
<pubDate>Sat, 03 Mar 2007 18:23:00 -0600</pubDate>
<description><![CDATA[HTTP 1.0 introduced the idea of content encodings. A browser/client can notify the server that it can accept compressed content by sending the Accept-Encoding header. The Accept-Encoding header can be set as follows
Accept-Encoding: gzip,deflate
or with just one of gzip or deflate. You don't need to worry about any of this - PHP will automatically choose the correct compression to use.
Compressing content usually results in less data being send across the network. This has three benefits..]]></description>
<category><![CDATA[PHP]]></category>
</item>
<item>
<title>3 Simple Ways to restrict access to your webpages using PHP</title>
<link>http://www.wmtips.com/php/simple-ways-restrict-access-webpages-using.htm</link>
<guid>http://www.wmtips.com/php/simple-ways-restrict-access-webpages-using.htm</guid>
<pubDate>Tue, 21 Nov 2006 16:57:54 -0600</pubDate>
<description><![CDATA[Why do you need to restrict access to some of your scripts or webpages? There are can be several reasons to do this:

You can use some open-source php script (for example, statistics frontend), and you can not be fully assured that your data completely safe.
Many open-source scripts have vulnerabilities, allowing hackers to gain access to your data, so you may want to hide this script &quot;entry point&quot; from others.
You can have some important private data you don't want to be accessible by aliens.


So you need to &quot;hide&quot; your pages from search engine spiders, random visitors and other unwanted persons. In this article we'll
examine several techniques how you can implement such &quot;access restriction&quot; with PHP..

]]></description>
<category><![CDATA[PHP]]></category>
</item>
<item>
<title>Regular expressions made easy</title>
<link>http://www.wmtips.com/php/regular-expressions-made-easy.htm</link>
<guid>http://www.wmtips.com/php/regular-expressions-made-easy.htm</guid>
<pubDate>Sun, 19 Nov 2006 08:38:08 -0600</pubDate>
<description><![CDATA[ Regular expressions is a very powerful instrument to manipulate and extract strings. However not all PHP developers know how to use regular expressions, so this simple tutorial is intended to everyone who wants to learn them. 
 PHP has several built-in functions for dealing with regular expressions. We'll examine only the PCRE functions (preg_replace, preg_match_all), which use a Perl-compatible regular expression syntax, as they are often faster than POSIX alternatives (ereg, ereg_replace, etc.)..


]]></description>
<category><![CDATA[PHP]]></category>
</item>
<item>
<title>Apache htaccess for PHP web application deployment</title>
<link>http://www.wmtips.com/apache/apache-htaccess-php-web-application-deployment.htm</link>
<guid>http://www.wmtips.com/apache/apache-htaccess-php-web-application-deployment.htm</guid>
<pubDate>Fri, 28 Jul 2006 09:25:46 -0500</pubDate>
<description><![CDATA[The following is a brief introduction to Apache's htaccess file for web application deployment, distribution, or implementation on shared hosting environments.
The Apache htaccess file is not new; however it seems to only be used by more advanced Apache users and web application developers. This article aims to to point one on the right path to learn about htaccess and Apache directives by outlining how I have used and have seen Apache's htaccess file used in the real world..

]]></description>
<category><![CDATA[Apache]]></category>
</item>
</channel>
</rss> 
