
Advertisment
PHP Highlighting
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...
Views: 688 |
| by Jason
PHP - Miscellaneous
Interactive Story
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!
Views: 699 |
| by Slicer
PHP - Miscellaneous
Make a quiz
Learn how to make a quiz so you can test someones knowledge about anything, then show them how they went afterwards.
Views: 718 |
| by Slicer
PHP - Miscellaneous
Alternating table row colors
Many websites use this script to alternate their table rows color that selected from mysql database, very useful and cool.
Views: 667 |
| by Ben
PHP - Miscellaneous
Making number format like 0001, 0002
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.
Views: 652 |
| by David
PHP - Miscellaneous
ISO to UTF-8 Tutorial
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.
Views: 704 |
| by Sarah
PHP - Miscellaneous
Mastering Regular Expressions in PHP
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...
Views: 631 |
| by Tutorial
PHP - Miscellaneous
Compressing Javascript with PHP
A small tutorial on compressing Javascript with PHP using GZIP.
Views: 669 |
| by Sean
PHP - Miscellaneous
Intro To Object: Option Variables
Learn how to break apart a function, allowing different code to run depending on the variables passed.
Views: 636 |
| by Isac
PHP - Miscellaneous
Limit Display Characters From Your Text
This php script helps you limit displaying characters form you message and not cut out your word.
Views: 611 |
| by Adam
PHP - Miscellaneous
PHP Count Words from a string
Learn how to count the words from a string using php.
Views: 692 |
| by Stephen
PHP - Miscellaneous
Learn Regular Expressions - Including Email Validation
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...
Views: 649 |
| by Daniel
PHP - Miscellaneous
Conversion into roman numbers
A php tutorial that shows how to use while cycle to convert a number into roman numbers.
Views: 620 |
| by Marry
PHP - Miscellaneous
PHP Script Image of the day
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...
Views: 636 |
| by Nick
PHP - Miscellaneous
View Source Code Page
Write a script that displays the source code of a given URL
Views: 625 |
| by Ben
PHP - Miscellaneous
Display W3C Tips
Ever want to display the tips from the W3C page? Well now you can!
Views: 673 |
| by Simon
PHP - Miscellaneous
Get rid of Warning: division by zero on line
Prevent a common php warning with this tutorial without change the php.ini file
Views: 597 |
| by Colin
PHP - Miscellaneous
UHits - PHP proxy hits generator
This little tutorial to create fake hits generator using PHP. This scripts uses free proxies to generate hits to specified website. I call this...
Views: 901 |
| by John
PHP - Miscellaneous
Running IXSSO Queries from PHP
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...
Views: 681 |
| by Troy
PHP - Miscellaneous
Specifying how many columns per row when extractng from mysql
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...
Views: 655 |
| by John
PHP - Miscellaneous
