Login form working
hi,
is there anyone who check this code & tell me my mistakes
hi,
is there anyone who check this code & tell me my mistakes
I set Is Admin via SecurityAssist Secure Page its works before that I set Is Not Admin
I am sorry I still do not understand. You have to be very exact in what your problem is errors what pages etc.
Did you get any errors when building the page? It doesn't look like all the necessary included files are there - for example, if you're using SecurityAssist this file should be included:
<?php require_once( "webassist/security_assist/helper_php.php" ); ?>
Probably also the form validations files:
<?php require_once("webassist/form_validations/wavt_scripts_php.php"); ?>
<?php require_once("webassist/form_validations/wavt_validatedform_php.php"); ?>
Please add error reporting at the very beginning of the page then load the page in the browser and tell us what the error messages are:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.