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
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
Favorite Tags

3 Posted Topics

Member Avatar for juan_35

Reducing spam bots I strongly suggest to use SMTP, I would prefer to use PHPMailer which get more secure and handle professionally templates.

Member Avatar for Biiim
0
478
Member Avatar for DDL_972

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; } ?>

Member Avatar for Dani
0
73
Member Avatar for yan336484

The End.