Owner: Code Centre URL:http://codecentre.co.cc Join Date: Sun, 05 Oct 2008 02:45:23 -0500 Rating:0 Site Description: we provide free codes/scripts in any programming languages that can be used or modified as your wish Site statistics:Click here
PHP Email Validator 2008-09-30 11:26:38 Validation in an important factor to develop a reliable aplication in any platform. In this article, we will show you how to validate email address using PHP in the most efficient and accurate way. This email validator is designed to support the complexity of valid email format.
Source Code
<?
//By [...] Read more:Email
JavaScript Calculator 2008-09-11 12:07:50 JavaScript calculator allow you to enable calculation tool on the web. This calculator support basic operation such as division(-), multiplication (*), substraction(-), addition(+), negation(+/-), and percentage(%). This calculator can be enhanced for sure by adding more advanced mathematical operations.
Platform
This script can be run well using Mozilla Firefox (any version), Internet Explore Read more:Calculator
, JavaScript
PHP CAPTCHA Generator 2008-09-08 10:01:07 CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart. CAPTCHA is used public web form(such as: sign up form, log in form, contact us form, and so on) to determine whether a user is a human or computer(bot). A CAPTCHA simply provide an image with a random letters printed in [...] Read more:Generator
Adding a Digital Clock on Your Web Page 2008-09-05 09:37:08 This javascript allows you to display a digital clock on your web page. This clock can be put in the body area (in a HTML element), status bar or the browser title.
Platform
This script can be run well using Mozilla Firefox (any version), Internet Explorer (any version), Opera and Fast Browser.
Source Code
<script language="javascript">
// By : CodeCentre
// [...] Read more:Clock
, Digital
, Digital Clock
Sending Email Using PHPMailer 2008-09-04 10:20:56 Lets learn how to send email (HTML or plain text) using PHPMailer. It’s easier and simpler than what you think. Before using this mailer class, I have tried using PEAR Mail. PEAR Mail is not as good as PHPMailer. Anyway, PHPMailer is much more flexible than PEAR Mail because not all hosting provider provide this [...] Read more:Email
, Sending
Plant Tycoon Complete Plant Species List Generator Script 2008-10-15 12:09:28 I create this PHP script just for one purpose, which is to produce a complete list of plant species in PlantTycoon
and how to get every species by pollination.
This game is so interesting and there is a lot of things to do, collect and discover.
It is a fun game and I have been playing [...] Read more:Generator
Using FTP to Perform File Operations With PHP 2008-11-09 16:49:06 FTP, stands for File Transfer Protocol, has been widely used for file and directory/folder operations (such as: create, copy, delete, move, change working directory, change file permission/attribute, and rename) by web masters. In this topic, we will focus on the file operations using PHP FTP.
Source Code
<?
//By : CodeCentre
[...]
JavaScript Password Generator 2008-10-26 00:03:16 A very flexible and powerful password generator script written in JavaScript
. With this password generator, you will not be bother or confuse to choose/select a strong and secure passwords for your important accounts.
Platform
This script can be run well using Mozilla Firefox (any version), Internet Explorer (any version), Opera and Fast Browser.
Preview
First character can [...] Read more:Generator
, Password
Using MySQLi to perform database operations in PHP 2008-11-29 20:08:39 MySQLi is improved extension of MySQL extension. It suits well for InnoDB MySQL database because MySQLi provides transaction processing functions to keep your database accurate and reliable. In this article, we will show you how to utilize most of this MySQLi extension, such as: connecting and disconnecting from database server, perform
transaction processing, executing sql [...]
Using FTP to Perform Directory Operations With PHP 2008-11-19 23:49:02 As explained in our previous article, FTP, stands for File Transfer Protocol, has been widely used for file and directory/folder operations (such as: create, copy, delete, move, change working directory, change directory permission/attribute, and rename) by web masters. In this topic, we will focus on the directory operations using PHP FTP.
Source Code
<?
[...] Read more:Directory