|
Alternate backgrounds
|
Other links at PHP > Tutorials > Miscellaneous |
| 1. |
The ternary operator in PHP (?:)
|
|
|
This is a very small tutorial Im writing concerning the ternary operator. It sorta works like an if statement. Lets start with the syntax: (expr.1)?(expr.2):(expr.3); If expr.1 evaluates to true, expr.2 will be executed. Otherwise expr.3 will be executed.
|
| 2. |
Echo & Advanced Echo
|
|
|
Learn how to echo the basic way and advanced way. you will learn it in around 10 seconds, that is how good this tutorial is!
|
| 5. |
Designing Search Engine Friendly Pages in PHP
|
|
|
PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here¡¯s an overview of the major issues encountered when trying to make PHP scripts rank well. While this focuses on PHP much of it is still relevant to dynamic pages in general.
|
|
|