|
Dynamic CSS with PHP
|
Other links at PHP > Tutorials > Miscellaneous |
| 2. |
phpCrontab Tutorial Tool
|
|
|
One of the biggest problems in the use of scheduled jobs via the Unix cron is remembering the syntax for scheduling individual jobs. The phpCrontab Tutorial tool allows the user to input preferred timeframes for the associated command, and will produce a line that can be copied/pasted straight into your crontab.
|
| 3. |
Modifying TIMESTAMP
|
|
|
Learn how to turn 050309112684 into 09/03/05 11:26:48 using the substr() function in php.
|
| 4. |
Log Chat in an IRC Channel
|
|
|
This tutorial builds on my tutorial that exaplins hwo to create an IRC Bot that was written in PHP. I tell you how to log chats in a channel to a file or to a database. Even both, if you want. You can later analyze these logs to create stats about your channel!
|
| 5. |
Prevent Hotlinking
|
|
|
100% fool-proof (as far as I can tell). Prevent hotlinking to files not supported by .htaccess. For instance, I use this method to prevent people from linking to *.SWF files stored on my server.
|
|
|