Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Drop Down Executes Query On Post? Reply To: Drop Down Executes Query On Post?

#170741
MBM
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.