i have a webpage form which have different no of textbox.
i have to send this data to a sql database
but i dont want to use the $_post or $_get command
infact i don't want to send my data to other php page
so i basically want a php equivalent of javascript getelementbyid() function so that i can get the values of extboxes when the user clicks a button.
any one pls help...thanx in advance