Thread: creating module
View Single Post
  #3 (permalink)  
Old 11-27-2006, 03:07 AM
gamecharmer gamecharmer is offline
Junior Member
 
Join Date: Nov 2006
Location: The Abyss.....
Posts: 56
Send a message via AIM to gamecharmer Send a message via MSN to gamecharmer Send a message via Yahoo to gamecharmer
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.
Reply With Quote