Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~949 People Reached
Favorite Forums
Member Avatar for jimmyruan1

Here is my [JSFiddle](http://jsfiddle.net/jimysb/bh8t0d8u/) demo and username doesn't display minlength message and remote. For remote I'm not sure how to check the username if exist or not.

Member Avatar for pixelsoul
0
62
Member Avatar for jimmyruan1
Member Avatar for jimmyruan1

<?php require_once('Connections/localhost.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; } $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue); switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . …

Member Avatar for pritaeas
0
758