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
~228 People Reached
About Me

make ur inside good! â–‘â–“â–“â–‘â–‘â–‘â–‘â–“â–“â–‘â–‘â–“â–“â–“â–“â–‘â–‘â–‘â–‘â–“â–“â–“â–“â–‘â–‘â–“â–“â–‘â–‘â–‘â–‘â–“â–“â–‘â–‘ â–‘â–‘â–“â–“â–‘â–‘â–“â–“â–‘â–‘â–“â–“â–‘â–‘â–“â–“â–‘â–‘â–“â–“â–‘â–‘â–“â–“â–‘â–“â–“â–‘â–‘â–‘â–‘â–“â–“â–‘â–‘ â–‘â–‘â–‘â–“â–“â–“â–“â–‘â–‘â–‘â–“â–“â–“â–“â–“â–“â–‘â–‘â–“â–“â–“â–“â–“â–“â–‘â–“â–“â–‘â–‘â–‘â–‘â–“â–“â–‘â–‘…

Favorite Forums
Favorite Tags
Member Avatar for coolsid01

<?php $fullname=strip_tags($_POST['fullname']); $username=strip_tags($_POST['username']); $repeatpassword = strip_tags($_POST['repeatpassword']); $date=date("Y-m-d"); $submit=$_POST['submit']; ?> <html> <h1>REGISTER !</h1> <form action='register.php' method='POST'> <table border =25 color=black align=center space=5 > <tr> <td>Full Name:</td> <td><input type='text' name='fullname' value='<?php echo $fullname; ?>'></td> </tr> <tr> <td>User Name :</td> <td><input type='text' name='username' value='<?php echo $username; ?>'></td> </tr> <tr> <td>Password :</td> <td><input type='password' …

Member Avatar for coolsid01
0
228