Well my problem is when i click submit, the $_SESSION['user'] ('from' part of the table in my db) is blank, so im guessing the $_SESSION variable didnt pass through.
On Aug 04, 2011, at 10:11 PM, Negin Nickparsa <nickparsa@xxxxxxxxx> wrote:
in previous pages you must have a login page and in login page you must
store the username and then in next steps you have username in
$_SESSION['user']
now if it is not your problem then what is the problem?