|
|
|
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 when extracted from a mySQL database using a query, using a specific algorithem and loop.
Version: 1.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 09, 2007 |
|
|
|
|
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates.
Version: 1.0
Platforms: linux
Last Updated: April 12, 2007 |
|
|
|
|
This tutorial will cover how to make a great shoutbox to add to any web site. It makes use of PHP, MySQL, and AJAX. This is great for anyone who is just learning AJAX. It uses simple PHP code so as a complete beginner will be able to focus more on the AJAX of portion of the code and won't have to worry so much over what the PHP is doing.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 08, 2007 |
|
|
|
|
Function to convert links present in a string to clickable links. It reads links which starts from www or http or ftp or https and also emails. Very handy for various uses.
Version: n/a
Platforms: linux, windows
Last Updated: May 28, 2007 |
|
|
|
|
The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code.
There is an online demo.
The code will be updated regularly.
Version: 1.0.1
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 28, 2007 |
|
|
|
|
Do you have a news system that is becoming increasingly larger, or perhaps some custom forum software that displays to many topics on one page? Many beginning PHP developers deal with this very problem that arises from forums, news systems, guestbooks, and many other scripts that return many rows of mysql results. Some people have solved this problem by developing a way to regulate how many results you get per page.
This tutorial will show you how to turn huge amounts of data on one page into multiple pages, and provide a simple to use page numbering guide that looks something like this:
<[6] 7 8 Next> Last>>
So, without futher wait, lets begin on the next page.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: June 02, 2007 |
|
|
|
|