Search found 2 matches

by bestrong
Wed May 20, 2009 1:58 pm
Forum: PHP - Code
Topic: Failed opening required FAIL PHP HELP!!
Replies: 1
Views: 121

Failed opening required FAIL PHP HELP!!

Hello everyone! I am having some trouble including the pear mail.php file my code is   error_reporting(E_ALL); ini_set('display_errors', '1'); require_once "Mail.php";   ...more code PHP PHP etc   This products the error message   Warning: require_once(Mail.php) [function.require-once]: fa...
by bestrong
Fri Apr 24, 2009 12:56 pm
Forum: PHP - Security
Topic: Please help with login method
Replies: 3
Views: 1102

Please help with login method

Hello Everyone! I am new to this forum (first post actually)...so please forgive me if I post this in the wrong spot. I am working on the user/login portion now, and am trying to figure out a way to prevent account hijacking/secure login. I have a user database with structure user_id, username, pass...