CODE
$_GET["model"];
$_GET["app1"];
$_GET["app2"];
$_GET["app3"];
$_GET["app4"];
$_GET["app5"];
$_GET["app6"];
$_GET["app7"];
$_GET["app8"];
$_GET["app9"];
$_GET["app10"];
$_GET["app11"];
$_GET["email"];
$_GET["onoma"];
$_GET["adress"];
$_GET["state"];
$_GET["city"];
$_GET["tk"];
$_GET["sphone"];
$_GET["kphone"];
$_GET["comments"];
that's the code to get the variables?
probably since "comments" is text it will be in format of "the text he typed here"
but what i dont understand is in what format will the "app1" be since its a checkbox
will return as "True" if checked or "False" if not?
the most weird is the "model" its a radio box it will return as the id ?
we have 3 radio boxes with the same name and nothing to make them differenent
how can i know what he clicked ? by its id?
<input type="radio" name="model" id="option1" checked="checked">Cheese<br>
<input type="radio" name="model" id="option2">Pizza
This post has been edited by NIXZ: 27 Aug, 2008 - 06:02 AM