I have to create a Telephone Directory Application to save entries into a single text file. Your HTML form will collect the following data items:
1. Last Name
2. First Name
3. Street Address
4. City
5. State
6. Zip
7. Area code
8. Phone Number
Your PHP program will take the data submitted by the...
...occur? when using php? wondering if there is anyway to design a form that validation doen't need to occur
if you make a form with php and you didnt want a validation to occur is there a way of doing it.
...'ccnumber' ] )) echo &quo? seems when i view the form that part I posted isnt working in the coding and is showing as text.. can anyone help me with this
if ( !isset ( $_GET[ 'ccnumber' ] ))
echo "
<p>Enter Your Credit Card Number.</p>
";
else {
$Payment = $_GET['ccnumber'];
$ValidPayment =...