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
~447 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for smrict

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\emohonv2\module-srksmka-spi.php:116) in C:\xampp\htdocs\emohonv2\auth.php on line 3

Member Avatar for chrishea
0
293
Member Avatar for Ichcha

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\emohonv2\module-srksmka.php:293) in C:\xampp\htdocs\emohonv2\auth.php on line 3 Code: <?php //Start session session_start(); //Check whether the session variable //SESS_MEMBER_ID is present or not if(!isset($_SESSION) || (trim($_SESSION)=='')) { header("location: access-denied.php"); exit(); } ?>

Member Avatar for smrict
0
154

The End.