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
~284 People Reached
Favorite Forums
Favorite Tags
php x 5
Member Avatar for daisy.m.consolacion

can you help me with my code, kindly give me or take a look at my codes in embedding a captcha pls...thanks...asap! <?php $submit = $_POST['register']; //form data $first = strip_tags($_POST['first']); $middle = strip_tags($_POST['middle']); $last = strip_tags($_POST['last']); $username = strip_tags($_POST['username']); $password = strip_tags($_POST['password']); $repeatpassword = strip_tags($_POST['repeatpassword']); $email = strip_tags($_POST['email']); $street …

Member Avatar for daisy.m.consolacion
0
169
Member Avatar for daisy.m.consolacion

how to upload photos with its description and when you clicked the photos it will appear the photos together its description that can be edited by an administrator in php code

Member Avatar for daisy.m.consolacion
0
115