View Single Post
Old September 28th, 2005, 06:49 AM   #1 (permalink)
Astaran
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 220
5.2 register.php typecast(FIXED)

Small typo:

typecast($_POST, array('pick_username' => STRING,'email' => STRING,
'password' => STRING,'passwordconfirm' => STRING,'homepage' => STRING,
'icq' => STRING,'aim' => STRING,'yahoo' => STRING,'year' => STRING,
'hobbies' => STRING,'occupation' => STRING,'location' => STRING,'bio' => STRING,
'year' => INT,'month' => INT,'day' => INT, ', $link' => INT));

Shouldn't that be:

typecast($_POST, array('pick_username' => STRING,'email' => STRING,
'password' => STRING,'passwordconfirm' => STRING,'homepage' => STRING,
'icq' => STRING,'aim' => STRING,'yahoo' => STRING,'year' => STRING,
'hobbies' => STRING,'occupation' => STRING,'location' => STRING,'bio' => STRING,
'year' => INT,'month' => INT,'day' => INT, ', 'link' => INT));
Astaran is offline   Reply With Quote