Login form working
hi,
is there anyone who check this code & tell me my mistakes
 
 
     4/29/2025 4:41 am  |  #1 Raza
4/29/2025 4:41 am  |  #1 Raza  hi,
is there anyone who check this code & tell me my mistakes
 4/29/2025 7:55 pm  |  #2 Jay Core Global Media
4/29/2025 7:55 pm  |  #2 Jay Core Global Media   5/01/2025 10:53 pm  |  #4 Jay Core Global Media
5/01/2025 10:53 pm  |  #4 Jay Core Global Media   5/02/2025 10:34 pm  |  #5 Raza
5/02/2025 10:34 pm  |  #5 Raza  I set Is Admin via SecurityAssist Secure Page its works before that I set Is Not Admin
 5/06/2025 6:46 pm  |  #6 Jay Core Global Media
5/06/2025 6:46 pm  |  #6 Jay Core Global Media  I am sorry I still do not understand. You have to be very exact in what your problem is errors what pages etc.
 5/07/2025 2:08 am  |  #7 Mags
5/07/2025 2:08 am  |  #7 Mags  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.