Print Date
Description: Learn how to use the date formats in php. This tutorial is very simple.
Added on: 16-Oct-2005 Hits: 247
|
Comments (0)Creating a word filter and parser
Description: In this tutorial im going to show you how to create a basic Word filter and smiley Parser.
Its Split in to 4 parts. The first 2 parts are about the word filter, firstly its code and secondly a breakdown of the code.
The 3rd and 4th part follow the same patten except on the topic Smilys parsing.
I hope this is helpful to some people.
Added on: 15-Aug-2006 Hits: 247
|
Comments (0)Database design tips
Description: Don’t just start adding tables to your database straight away – I’ve done this and then later realized it won’t work how I wanted it to. Just walk away from your computer for 10 minutes (you can survive, don’t worry) and get some pen and paper. Now in one color, write the tables you plan on making , and then beneath these headings write the columns, column types, and a description of the column. Sitting there away from the computer really helps spark some new ideas, and makes database design a lot easier.
Added on: 15-Aug-2006 Hits: 246
|
Comments (0)Check urls for http://
Description: You may ask yourself, why do I need to check if a url contains http://?. The answer is that when you are dealing with a script that calls for user to enter http:// with their url, not everyone will. This will in turn cause broken links and images. We can fix that with this simple tutorial.
Added on: 18-Feb-2006 Hits: 240
|
Comments (0)Making data dynamic
Description: A complete list of solutions to make your data dynamic. Example, using a mysql database.
Added on: 02-Mar-2006 Hits: 240
|
Comments (0)Smiley System
Description: Using this code will replace the smilies people enter with images!
Added on: 08-Nov-2006 Hits: 239
|
Comments (0)Google suggest - Ajax
Description: This tutorial will walk you through creating a search suggest similar in fashion to that of Google Suggest using AJAX technologies.
Added on: 14-Nov-2006 Hits: 234
|
Comments (1)multiple files upload
Description: I found this script online and I thought you would find it useful. It is a file upload script that is easily configurable.
Added on: 21-Oct-2005 Hits: 231
|
Comments (0)