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
Ranked #55.0K
~594 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 3
Favorite Tags
3 Posted Topics
Reducing spam bots I strongly suggest to use SMTP, I would prefer to use PHPMailer which get more secure and handle professionally templates.
Start session of every page may be you can create common file for that and add below code for restriction. <?php if(!isset($_SESSION['id'])){ header("location:logout.php"); exit; } ?>
Please explain bit more to get idea about your question.
The End.