I have used a variable in a form to allow me to choose between a number of different pages to go to e.g. <form method="POST" action=<? echo $selection; ?>> The variable $selection = newpage.php4 It works fine as long as I click the submit button twice?? Any ideas please
<form method="POST" action="<? echo $selection; ?>">
Personally I use quotation marks around the action part.