Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
How can I use $keys array in EditOnLoad event?I have a field called seller and I want to store it in session variable in EditOnLoad event.Like this:
$_SESSION["seller"]= $keys["seller"];
ThanksFawaz
Fawaz,there is no $keys array in the EditOnLoad event.Use this code to pull ID of edited record:
$_SESSION["seller"]= $_REQUEST["editid1"];