|
Ok, so this "program" doesn't save anything at all? It just generates a page, correct?
in your <option> thing, you're goanna want something like this
echo <select>;
.<option>AK-47</option>
.<option>M-16</option>
.</select>;
Then just dump the variables in the function includes section
function Page1($Weapon) {
THE GENERATE CODE
}
like that.
|