Advertisment
If you want to show code to people (For example in tutorials), it is a lot nicer to show them if it is all coloured, like in our tutorials. There...
Create a simple script where a user enters data into a form, and then processes the data to incorporate it into a story, where your user is the star!
Learn how to make a quiz so you can test someones knowledge about anything, then show them how they went afterwards.
Many websites use this script to alternate their table rows color that selected from mysql database, very useful and cool.
In this tutorial, we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this.
Searching the web for a problem I face on a greek site about encoding, I found a very useful PHP class which changes the charset of a variable.
In this tutorial, you will learn how regular expressions work in PHP, and give you a short introduction on writing your own regular expressions. I...
A small tutorial on compressing Javascript with PHP using GZIP.
Learn how to break apart a function, allowing different code to run depending on the variables passed.
This php script helps you limit displaying characters form you message and not cut out your word.
Learn how to count the words from a string using php.
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...
A php tutorial that shows how to use while cycle to convert a number into roman numbers.
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...
Write a script that displays the source code of a given URL
Ever want to display the tips from the W3C page? Well now you can!
Prevent a common php warning with this tutorial without change the php.ini file
This little tutorial to create fake hits generator using PHP. This scripts uses free proxies to generate hits to specified website. I call this...
Many people don't even know that it's possible, but you can query Microsoft's Indexing Server from PHP in almost the exact same...
This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row using...