Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
How can I echo $_SESSION["UserID"] ? I am trying to make default links edit.php?editid1=( $_SESSION["UserID"]Can someone help?
In the Visual Editor go to code view and type
{php}echo $_SESSION["UserID"];{/php}