|
Displaying your I.P. Address
|
Other links at PHP > Tutorials > Miscellaneous |
| 1. |
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.
|
| 2. |
Freelance PHP MySQL Jobs
|
|
|
This article explain about where to find freelance jobs related to PHP and MySQL. Also included some tips for freelancers or a wanna-be freelancers.
|
| 3. |
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.
|
| 4. |
Strip HTML Characters
|
|
|
How to remove HTML characters from a string within PHP using the htmlspecialchars() function.
|
| 5. |
Defining dynamic pages with a public or private status
|
|
|
This tutorial describes a PHP-Nuke Function to restrict access by page as public or private. The function pageStatus(); is called on the top (or inside your root level header, not the themes header) of all pages. This will allow you to deifne in your admin panel specifc pages and urls that you want to have a particular viewing status. It explains a few ways to go about defining which pages to have the "public" or "private" status. Also the code for the function is available.
|
|
|