Minutes ago function
Description: This tutorial is very useful for displaying how long ago something happened. Ideal for shoutboxes, forum posts etc.
Added on: 19-Oct-2005 Hits: 305
|
Comments (0)Print Date
Description: Learn how to use the date formats in php. This tutorial is very simple.
Added on: 16-Oct-2005 Hits: 223
|
Comments (0)Custom php tags
Description: Ever wondered how forums use custom tags like [b][/b]? This tutorial will show you how.
Added on: 08-Oct-2005 Hits: 248
|
Comments (0)Resize image on the fly with GD
Description: This is a nifty function to resize an image of unknown height and width to a pre-determined size. This is very useful if you have user submitted images, like the ones here on php builder.
Added on: 02-Aug-2005 Hits: 431
|
Comments (0)10 Tips That Every PHP Newbie Should Know
Description: I wish I had known these 10 tips the day I started working with PHP. Instead of learning them through painstaking process, I could have been on my way to becoming a PHP programmer even sooner! This article is presented in two parts and is intended for folks who are new to PHP.
Added on: 28-Jul-2005 Hits: 567
|
Comments (1)Skin Changer
Description: As you may of seen on http://www.spoono.com They have a skin changer! This is something similar and it has the same idea as theirs. Just these has a refresh page that will bring you back to the page you were viewing instead of going back to where you were.
Added on: 05-Jul-2005 Hits: 238
|
Comments (1)Using If Else Statements
Description: An if else statement can make things really neat on your website. The basics of it are so simple that if you blink your eyes, you should be able to figure it out. Let's cover an if else statement.
Added on: 30-Jun-2005 Hits: 282
|
Comments (0)Reducing Exploits
Description: When dealing with PHP, especially dynamics, it's important to always consider security. Here are some simple tips that will help you deal with the most common of those problems and exploits.
Added on: 26-Jun-2005 Hits: 226
|
Comments (0)Mysql update and delete
Description: Updating and deleting rows from a database is quite simple and this tutorial will show you how.
Added on: 08-May-2005 Hits: 285
|
Comments (0)