borgkling2003
MIS
Im new to php.
This is a modified extract of one of my page.
<form action=" method=post name=frmQuickSearch onsubmit=Javascript:return(validateForm())>
<input type="text" name="whcode" value="">
How does the script look like for placing the value in the text box whcode on the URL on the Form tag for parsing purposes? I know in ASP it is
but how does PHP looks like?
This is a modified extract of one of my page.
<form action=" method=post name=frmQuickSearch onsubmit=Javascript:return(validateForm())>
<input type="text" name="whcode" value="">
How does the script look like for placing the value in the text box whcode on the URL on the Form tag for parsing purposes? I know in ASP it is
but how does PHP looks like?