Say i have a textbox with a value of "15", and i hit a normal submit button, how would i get that to then submit what value the textbox is to a webpage? (Or just show the value on the webpage?)
Printable View
Say i have a textbox with a value of "15", and i hit a normal submit button, how would i get that to then submit what value the textbox is to a webpage? (Or just show the value on the webpage?)
If u are using ASP.net then why not to use the Sessions?
I would prefer to use PHP if possible?Quote:
Originally Posted by Raziiq