GoTo
On submit, I want to go to a page with a filter.
$UpdateGoTo = "PORC_votes_one_record_list.php?record_number=<?php echo ($rsVotes->getColumnVal("record_number")); ?>";
But Dreamweaver says there is an error in this code.
What is the correct coding?