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.
A very easy tutorial with code included that shows you how to convert keyboard chars input to icon or image output. For instance how to make :) a smiley face.
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function.
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.
Enter a URL and results will display all links on that URL by matching the strings 'http', 'file', and ftp. A while loop executes for each result and returns the url using printf.
Learn how to execute your PHP scripts using CRON by set time intervals that you choose. Very valuable for running routine tasks that were written into a PHP Script.
This tutorial will show you how to setup your own virtual based domain from home on your high speed connection. We'll introduce you to a couple of great services out there that allow you to setup your own website without the need to pay for web hosting. Keep in mind that this may impact your home internet connection depending on what type of internet connection you are using. The intent of this tutorial is to show you how to setup a development server that is accessible by the outside world.