html/php form help..?
html/php form help..?
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- UndoUndo0
if($_POST['id4']=="2"){
header("Location: www.example.com/page1.php")…
} else{
header("Location: www.otherexample.com/page2.php...
}
if($_POST['id4']=="2"){
header("Location: www.example.com/page1.php")…
} else{
header("Location: www.otherexample.com/page2.php...
}