Home › Forums › Back End › Drop Down Executes Query On Post? › Reply To: Drop Down Executes Query On Post?
May 20, 2014 at 4:22 pm
#170741
Participant
This solved one of my errors :
$message = isset( $_GET['message'] )? $_GET['message']: "";
I’ll work your way through the code once I’ve debugged some of the other code.