|
Custom error pages using .htaccess
|
Other links at PHP > Tutorials > Miscellaneous |
| 1. |
Bad Word Filter
|
|
|
Here is a simple way in which you can make a bad filter that can stop people from swearing or any other thing that you do not want them to do.
|
| 2. |
In 2 Rows
|
|
|
If you need the data of an array displayed in 2 rows. Then this code snippet is just for you. You can change to 3 or more rows easy.
|
| 3. |
Search Engine Friendly PHP Pages
|
|
|
Search engine Web spiders, however, tend to ignore pages whose URL contains GET method parameters. This article explains how to use your Web server to pass parameters to PHP scripts so that it fools search engines, and allows your page to be indexed when it would otherwise be ignored.
|
| 4. |
Dictionary of HTML META Tags
|
|
|
Metatags are a way for you to define your web page and web site to the outside world. You can declare the title, keywords and description, which help your placement in search engines. In addition, you can specify who owns the copyright, how often the page is to be visited by search engines and many other useful pieces of information.
|
| 5. |
Open Source licensing for PHP scripts
|
|
|
When you write a PHP script and want to distribute it, it must still fall under some legal terms. The GNU GPL is the best method to get your work out into the world, and of course as open source software.
|
|
|