1 2 3 4
==> functions.php <?php ...
PHP Register/Login Script
by penaf.myopenid.com,
March 12, 2010 23:45,
10 refactorings, tagged with login, register, mysql, php
1 2 3 4
<?php /** * Database: MySQL connection ...
PHP MySQL database class
This is a class to do all t...
1 2 3 4
<?php public static function addUser($username, $email, $password) ...
PHP User Registration Function
by gwrtheyrn,
July 24, 2009 20:05,
3 refactorings, tagged with php, registration, user, mysql, real_escape_string
Is this user registration f...
1 2 3 4
<?php if (!defined('ANTIHACK')) ...
PHP php mysql wrapper begginer
by fantomel,
April 03, 2009 14:33,
5 refactorings, tagged with php, mysql, mysql wrapper, wrappers, wrap, simple
Hello ppl i'm new to php\\O...
Hello People,
This websi...