(its confusing at first i know.. and i cant explain correctly)
___
What i need to know, is it not Faster (for search) Lighter (as fat) Easyer (to understand) and cleaner safer to give a VALUE to each of my answers than leting the answers idrectly be saved inside the database ? so for example and live preview :
<option>I love My Self</option>
<option>I Love Coding</option>
<option>Lets Go Party Tonight</option>
<option>Php Is Hard In The Head</option>
better above or :
<option value="1">I love My Self</option>
<option value="2">I Love Coding</option>
<option value="3">Lets Go Party Tonight</option>
<option value="4">Php Is Hard In The Head</option>
______
I mean once the guy is going to hit the button, its gonna save inside my database eather the "i love my self" OR if i have set a value to it its gonna save the value ! ? right ?
coz if its saves the value lets say " 1 " than :
- it saves less text (well between : 1 and : i love my self)
- its faster (once he hits the button less caracters will be saved right ?)
- its fast (once we do a search its faster to search because we are searching for Small values ? right ?)
______
i wouldnt be thinking of this if i had a small tiny form but my form is around 2500 lines :/ around 2000 lines for the Option, its basicly a form with ALL the way of moving inside france ... BUS ? TRAMWAY ? RER ? TGV ? RER ? Thalys ? EUROSTAR well ALL the ways someone can move around france... so its a LOTS of infos and i prefer save less inside my server than ave a full text... i can devide by 1000 the fat of my infos and i think its a wayyyy fast to do it even tho i have to set a value for the 2000 options... it nothing for me...
________
Thanks for the answers, if you have any other suggestions to maek things easyer... well also, huh please detail what you guys are saying because i basicly SUCK at php i just cant beleive i made work a huge forumlar already... my head is about to explode so if you could of explain it easyly and give direct example... like lines of codes or i donno
Thanks... much apreciated!!! (seriously)
