Recent content by automicss

  1. A

    Simple PHP Question!?

    I used the following example: http://www.brainbell.com/tutorials/php/Checking_Mandatory_Fields.htm to create a form that has 3 mandatory fields. Now I want the form to post data to another form if the mandatoy fields are filled, how should I do this? P.S. I hate javascript so no javascript...
  2. A

    Simple Question: POST label values in PHP?

    Hello, I know how to do this for textboxes I just use the $_POST["fielname"] but how do I do this for labels? Or should I do this another way?
  3. A

    Simple Question: POST label values in PHP?

    Hello, I know how to do this for textboxes I just use the $_POST["fielname"] but how do I do this for labels? Or should I do this another way?
Back
Top