Yes I want admin to be able to create the surveys and decide the conditions that will make it jump to the next question. I guess the part I'm having trouble with is the conditions. Can I just store $condition in a database and execute it with an if statement like this?
if ($row['condition'])
{
//true
}