ok well i was given a way of doing one thing, but that leads me to more questions.
i need to split a string before it is submited with the "GET" way to another form. if i submit a value say "Php-4" how would i split this string on the "-" and put the other two values into different variable and then submit them?? so the url would look like this
"index.php?value1=Php value2=4"
instead of this
"index.php?value=Php-4"
if you have any idea or any code which does this could you please get back to me.