Last X Days Ago
Description: This tutorial will show you how to display those cool last seen 2 days ago or posted 3 mins ago as seen on http://www.live-tutorials.com
Added on: 28-Apr-2008 Hits: 259
|
Comments (0)Check if file exists
Description: Use this code to check if a file exist on your server. It is great if you don't want to search all your files and would like to update or add a new one.
Added on: 01-Feb-2005 Hits: 249
|
Comments (1)Starting MySql
Description: How to start mysql server and client from the command line ( DOS )
Added on: 26-Apr-2005 Hits: 248
|
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: 247
|
Comments (0)Build a simple shopping card
Description: This article will walk through the simple steps to create a shopping cart using the server-side language PHP and a MySQL database.
Added on: 26-Jan-2007 Hits: 246
|
Comments (0)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: 244
|
Comments (0)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: 244
|
Comments (0)Prevent SQL Injections in PHP
Description: One of the things that most scared me when creating database driven applications with PHP was the thought of someone messing with my database by using SQL injection attacks. I had heard about this from various times before thanks to other sites, but didn’t really know what it meant or what harm it could cause. In this article, I hope to enlighten you.
Added on: 05-Feb-2007 Hits: 244
|
Comments (0)