Hello,
Can anyone help me complete this? Is this an array?
I have an HTML file that will have a radio button and a text input
that looks like this.
If yes, post choice 1
if no, post choice 2.
If left blank show nothing.....
Can anyone help me complete this? Is this an array?
Code:
<?php $Choice1 = $_POST['Choice1']; $Choice2 = $_POST['Choice2']; $Nothing = $_POST['Nothing']
that looks like this.
Would you like to help me?
Yes or No
Yes or No
if no, post choice 2.
If left blank show nothing.....
Comment