Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
hi,I want the user changed checking line.my tablesno integername varcharadress varcahar---my button code<INPUT class=button onclick="frmAdmin.a.value='xx'; frmAdmin.submit(); return false;" type=button value="manuel edit">---BeforeDelete event isif(@$_REQUEST["a"]=="xx"){header("location: ana_edit.php?editid1=".$_REQUEST["ID"]);exit();}return true;this code is not working.ana_edit.php?editid1=??????= blank
It's difficult to tell you what's happening without seeing actual files.Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.
problem is solved.my tablesno integername varcharadress varcahar---my button code<INPUT class=button onclick="frmAdmin.a.value='xx'; frmAdmin.submit(); return false;" type=button value="manuel edit">---BeforeDelete event isglobal $dal;if(@$_POST["a"]=="xx"){$id2=explode("=",$where);header("Location: ana_edit.php?editid1=". $id2[1]);exit();}return true;