Code Snippets: Calculate Age

Posted on October 16, 2007
Filed Under Code Snippets | Leave a Comment

Snippet: Calculate age

Description:

With this function you can calculate the age of a person

Example:
echo “Age is: ” . birthday (”1984-07-05″);

Result will be (23 Feb 2005) = “Age is: 20″

Code:
PHP:



<?php

//calculate years of age (input string: YYYY-MM-DD)
function birthday ($birthday){
list(
$year,$month,$day) = explode(“-”,$birthday);
$year_diff  = date(“Y”) - $year;
$month_diff = date(“m”) - $month;
$day_diff   = date(“d”) - $day;
if (
$day_diff < 0 || $month_diff < 0)
$year_diff–;
return
$year_diff;
}

?>

MJGUEST is a free professional guestbook using php mySQL

Posted on October 16, 2007
Filed Under Guestbooks | Leave a Comment

MJGUEST is a free professional guestbook, designed as hi-end solution for both personal homepages and corporate websites.
Thanks to a constant focus on research and innovation, every feature is pushed to the limit, day after day, to provide one of the most powerful and reliable products available: a perfect balance of cutting-edge technologies and true style.

Key Features

Minimum Requirements

Server-side

Client-side

Download Page

An attractive CSS based guestbook script using MySQL database

Posted on October 16, 2007
Filed Under Guestbooks | Leave a Comment

Micro guestbook is a MySQL based guestbook script with a CSS based attractive interface. It can store the name, date, message, location, web and email information of the visitor.

You can download it from the download section.

Screenshots:

Another Cool Free CMS: AIOCP

Posted on October 16, 2007
Filed Under PHP Portal CMS | Leave a Comment

Version 1.3.018
www.tecnick.com Front Page
Admin Login
Username- admin
Password- 1234

Things you should know:

  1. The demo of this system is a default installation.
  2. Some admin features may have been disabled for security reasons.
  3. The entire system is deleted and reinstalled every two hours.

We encourage you to take advantage of opensourceCMS and be the administrator of this software system. Add, create, delete, and manipulate this system all you want as the system is automatically deleted and reinstalled every two hours.

From the official AIOCP website

AIOCP is a professional all in one solution to completely manage a website through a userfriendly web-interface. AIOCP can be also used as a platform for building powerful internet solutions, ranging from e-commerce, portals, websites and intranets.

Read more

Free PHP Content Management System (CMS) : 1024

Posted on October 16, 2007
Filed Under PHP Portal CMS | Leave a Comment

What is 1024?

1024 is a PHP, MySQL based Content Management System. 1024 is one of a few CMS’s leading the way with the implementation of the AJAX technology into all its areas. This includes dynamic adminstration and user interaction. 1024 offers you to ability to set up your own community forums, download area, news posts, member management and more. What your site does is up to you, you can control whats in and whats out. From the web based installation to setting up your web site moderators, the 1024 system will be able to cater for all your needs.

 

What do I need?

1024 Requirements are as follows:

Version 1.2.5
1024cms.com Front Page
Admin Login
Username- admin
Password- demo

If you cannot log in as the admin please clear your cookies and cache.
Things you should know:

  1. The demo of this system is a default installation.
  2. Some admin features may have been disabled for security reasons.
  3. The entire system is deleted and reinstalled every two hours.

We encourage you to take advantage of opensourceCMS and be the administrator of this software system. Add, create, delete, and manipulate this system all you want as the system is automatically deleted and reinstalled every two hours.

From the official 1024 website

1024 is a PHP, MySQL based Content Management System. 1024 is one of a few CMS’s leading the way with the implementation of the AJAX technology into all its areas. This includes dynamic adminstration and user interaction. 1024 offers you to ability to set up your own community forums, download area, news posts, member management and more. What your site does is up to you, you can control whats in and whats out. From the web based installation to setting up your web site moderators, the 1024 system will be able to cater for all your needs.

welcome to free php resources page

Posted on October 16, 2007
Filed Under Access Counters, Advertisements, Auctions, Audio Management, Bulletin Board Message Systems, Calendars, Chat, Classified Ads, Clients and Servers, Code Development, Commerce and Finance, Content Retrieval, Customer Support, Database Manipulation, Date and Time, E-Mail Utilities, Editing Web Pages, Education, File Management, Form Processing, Games, Guestbooks, Homepage Communities, Images and Graphs, Instant Messaging, Internet Utilities, Link Management, Logging Accesses and Statistics, Mailing Lists, Miscellaneous, News Posting, Online Organizers, Postcards, Random Items, Redirection, Searching, Server Management, Shopping Carts, Survey and Voting, User Management, Web Page Design, Website Promotion | Leave a Comment

welcome….

just test.. coming up soon…

« go back