|
Defining dynamic pages with a public or private status
|
Other links at PHP > Tutorials > Miscellaneous |
| 2. |
metatag generator
|
|
|
This is a simple metatag generator that could be placed on any php site .
|
| 3. |
Simple Localization with PHP
|
|
|
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article Ive offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function.
|
| 4. |
Strip HTML Characters
|
|
|
How to remove HTML characters from a string within PHP using the htmlspecialchars() function.
|
| 5. |
Single and double quotes
|
|
|
Do you know that double quotes have an impact on the execution speed of your PHP script ? Find out why in some cases it is better to use single quotes.
|
|
|