Interest Calculator
JavaScript Periodic Table
The periodic table is a tabular arrangement of the chemical elements, ordered by their atomic number, electron configuration, and recurring chemical properties, whose adopted structure shows periodic trends. Besides a very organized Periodic Table, this script will...Phone Bill
Does it ever bother you how much a long-distance phone call is going to cost, after you hung up? With this script, all you have to do is enter the amount per minute, and any initial amount, then click start when the call begins and see the total charge at any time!...Browser Check
It’s often necessary to make a script only accessible to the newer browsers (that can support the script without error) and keep older browsers from trying to work with it. This script, as an added plus, is very short. Just Cut & Paste this script even if...Born on date
Execute queries in Oracle with PHP
Execute queries in Oracle with PHP...Random numbers within a range in PHP
Random numbers within a range in PHP 1234567891011121314151617181920212223242526 /******************************************************** MYCPLUS Sample Code - https://www.mycplus.com ...PHP Program to show the contents of an XML file
This is simple PHP script to show the contents of an XML file on html page. The script uses PHP XML parser to traverse through the xml file and print it’s contents. This extension requires the libxml PHP extension to be enabled.