Advertisment
If you have an expiration time/date, and want to show how long time it's left until that time/date this is the stuff for you.
A detailed php tutorial that shows how to create a useful function to secure a web site from attack attempts passing through text boxes.
Views: 862 | | by Steve
PHP - Security
Learn how to count the words from a string using php.
Learn how to build an RSS file from your database information and write it to a file to automate your feeds.
Use this ready function to create an image with text with a transparent background. Could be useful for showing your email address, without having...
Does “^[a-zA-Z0-9]+[a-zA-Z0-9_.-]*@[a-zA-Z0-9]+[a-zA-Z0-9_.-]*.[a-z]{2,4}$” seem like a foreign language to you? Well, it doesn’t have to...
An introduction to arrays. Arrays will be created from tables, and data containing them will be displayed. A couple of example are use to...
Basic methods to open, read and create file within the server. The convenience of using compressed file is pointed out. Usage example: saving IPs...
Basic tutorial on how to obtain information from forms by using any of those methds.
basics of sessions is described, and two examples are used to ilustrate it: Showing number of times we have visit a page during a session, and...
Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in...
A php tutorial that shows how to use while cycle to convert a number into roman numbers.
When users sign up to join your website you may want to verify their email address by sending confirmation link to their email address. You'll...
When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php...
This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate any thing.
This php tutorial shows you how to send password to members via e-mail address when they forgot their password.
In this script shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something...
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL...
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML...
A collection of 21 tips on process Web forms with PHP scripts. Clear explanations and tutorial exercises are provided on generating and processing...