lehula
08-10-2007, 02:25 AM
I have about 100+ input values that I want to store in mysql. Not all of them are in a form. All the examples I see on the internet are for inputs only in forms. What do I need to add to these inputs to post them without putting them in a form? I will have a submit button at the bottom that gathers all the inputs and posts them on another page. Is it possible to post without a form even?
<input id="blogcolor>
<textarea id"=aboutmeblog">some text</textarea>
<Select id="textalignselect">
<Option value="left">left</Option>
<Option value="center" selected="selected">center</Option>
<Option value="right" >right</Option>
</Select>
<input id="blogcolor>
<textarea id"=aboutmeblog">some text</textarea>
<Select id="textalignselect">
<Option value="left">left</Option>
<Option value="center" selected="selected">center</Option>
<Option value="right" >right</Option>
</Select>