Search results

  1. R

    Need help with this php I'm like totally lost on how to code this out..?

    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...
  2. R

    Is there any way to design a form in such a way that validation does not need to...

    ...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.
  3. R

    I am coding a form in php the problem is is this coding right if ( !isset ( $_GET[...

    ...'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 =...
Back
Top