Age and Stardate Calculator ver 1.0

  Age and Stardate Calculator
  Category : Php Tutorials-tips Calendars  
  Platform : Unix  
  Price : Free(GPL)  
  Developer: Arvid Bux  
  Version : 1.0  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  


Script to calculate age as on date and birth sign. This scripts takes the current date as default and caculates the age and sign. You can also input a required date.
Inputformat is dd-mm-yyyy
Outputformat is:
$age[sterrenbeeld];
$age[jaren];
$age[maanden];
$age[dagen];

 

more Tag: 

Also see ...


CxCalendar 1)    CxCalendar
 CxCalendar is an online scheduling software that can be used to archive events, journal, tasks etc on the websites. This program has an ability to show calendar entries in day, month, year, week etc. Users are allowed to import and export entries from iCalendar files. Color and date picker are available in this program. Users can perform various kinds of search operations like keyword search operations, date range search operation etc....

iMpcal 2)    iMpcal
 impcal is a calender software based on php. This software displays date, day, month and year. Online demo is available. MySQL database is used to store the data. The front page will show last month, present month and next month....

Web Calendar Pro 3)    Web Calendar Pro
 This calendar is written is PHP and enables you to generate customizable calendars and sub-calendars for your applications. Facilities to set online event alerts, publish events, schedule tasks according to the time, to highlight events etc., are available for the users. You can even export and convert the format of your calendar to eCal and vCal, search for events, password protect personal calendars and change calendar skins....

My PHP's Calender 4)    My PHP's Calender
 My PHP's Calender is a powerful calender software with all essential features. This full featured event calender can be easily customized in its layout and design according to your wish. You can enter and register your events, programs and actions through the admin control panel. This is an easy to use PHP application with simple configuration and easy customization. Key features include CSS styles, powerful admin panel, editable page layout etc....

CalGen 5)    CalGen
 CalGen is a php-application which generates a dynamic graphical calendar. It can be customized for different dateformats (European, Finnish, Swedish and US), to have links or not, highlight or not. It requires PHP with GD and Freetype support. NOTE ON GD: This is written for the old GD library which generates GIF-images, the current generates PNG-images and isn't supported by PHP (yet)....

Flat Calendar 6)    Flat Calendar
 Flat Calendar was designed for those of us who need calendar and event book functionality but do not have access to a database. Unlike most of the calendar and event book scripts available, Flat Calendar stores all its events in files on the server without any use of a database. This provides user default with current month view and allows user to select required month and year. You can add events and edit the events defined on particular day. Also you can view all the events at a time and e...

ltwCalendar 7)    ltwCalendar
 This is an event calendar that shows a month by month view and supports events that recur on a weekly basis. It is currently at version 2.2. Download it from http://calendar.codewalkers.com/ltw_calendar.zip. Demo it at http://calendar.codewalkers.com...

Web Calendar Pro 8)    Web Calendar Pro
 Web Calendar Pro is a personal and group calendaring system with scheduling and event planning capabilities. Being easy to use even for a novice, Web Calendar Pro offers powerful features: ability to create and fully customize unlimited number of new calendars/sub-calendars. Handle your public schedule for publishing events on your site, managing each calendar’s users, subscribers, and their privileges with ease. Its user friendly interface allows to publish evens on online schedule, set rec...

Franciscocharrua's PHP Calender 9)    Franciscocharrua's PHP Calender
 Franciscocharrua's PHP Calender is a simple and effective online calender software. You can have calenders for any specified month and year by just specifying the date as the parameter. This program can display your server date as default. This program is easy to install and requires no knowledge of PHP....

MySQL Table Joins 10)    MySQL Table Joins
 One of the great characteristics of SQL (Structured Query Language) is the fact that one can develop access and modify data across various tables. There are several benefits to this, including greater ease of manipulation, increased speed of access, and reduced data redundancy. In MySQL (as well as many other SQL languages), this is accomplished via the join command. This tutorial takes a look at several types of the join command including The Cross Join, The Equi-join, The Left Join, and Sel...

Nuclear.Fusion News Managment 3.5 1)    Nuclear.Fusion News Managment 3.5
 Nuclear.Fusion is a script for managing news. You can log in and add news, it is fully customizable to fit your layout and does not require MySQL database....

Evo(lution)GB 2)    Evo(lution)GB
 This is a php software and a guestbook in which users can post entries like messages and comments on website that can be modified by the webmasters in the admin. A admin control panel is available for deleting and modifying entries made by the users on website. Easy to combine with any applications, Easy to configure and to customize....

Image Converter JPG2SWF 3)    Image Converter JPG2SWF
 The Image Converter JPG2SWF is an image manipulation script that was coded in PHP and includes an online JPG to SWF converter with preloader. The script is capable of creating SWF images from the pictures that you upload and also creates thumbnails in JPG file format as well as SWF format. It requires GD2 for uploading JPG files and MING for uploading SWF files....

SZCalendar 4)    SZCalendar
 SZCalendar is a PHP based calendar programme. MySQL database is supported at the backend of this script to store data. It gives you the rights to add events like, birth day, appointment date, carnival day and more in the calendar. You can view the added events from the calendar. Events that you added will be stored in database. This script comes with two different styles- Mini and Vertical layout. You can use it as a diary....

A Brief Introduction to PHP 5)    A Brief Introduction to PHP
 Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also, includes links to other PHP-related sites....

Harlem Designs Uploader 6)    Harlem Designs Uploader
 This program is based on php where file uploading access is performed by the visitors. It does file uploads from your website to server like gif, png, zip, rar, ace, jpg, exe and html. The contents of the file that is uploaded can be seen by the visitors. It does not require mySQL. Free download option is provided here. It can be integrated with any active websites....

Stop Spam 7)    Stop Spam
 Stop Spam is a PHP based email utility with enhanced features. Using this tool your website visitors can send a mail to you without typing your email address. It is designed in such a way that users have a contact form in their websites and can completely hide the email address from the public view. Easy to use, simple, and provides best level of support to the users....

The Difference Between require() and include() 8)    The Difference Between require() and include()
 Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. There`s also a slight difference with require() between new and older versions of PHP which this tutorial discusses too....

HTML DOM and easy screen scraping in PHP 9)    HTML DOM and easy screen scraping in PHP
 Working with XML is easy in PHP with various extensions such as SimpleXML, however unfortunately HTML is far more tedious. Thankfully however, I found this; PHP Simple HTML Dom parser (they could really do with a shorter name! Ill go for PSDP)....