HI!
I have a form for updating, deleting and inserting data to already existing Company's information in ASP. I need to convert this code to PHP and was wondering if someone could point me in the right direction.
This is what is the code being used now for ASP.
FOr the form:<input type="hidden" name="fldAuto" value="<%= session("fldAuto"
%>">
For each field: <input name="boxvendor" size="75" value="<%=session("fldVendor"
%>">
I have been looking on the Internet, but haven't come across anything that would help me figure out the PHP code.
Any help would be greatly appreciated!!
Thank you!!
I have a form for updating, deleting and inserting data to already existing Company's information in ASP. I need to convert this code to PHP and was wondering if someone could point me in the right direction.
This is what is the code being used now for ASP.
FOr the form:<input type="hidden" name="fldAuto" value="<%= session("fldAuto"
For each field: <input name="boxvendor" size="75" value="<%=session("fldVendor"
I have been looking on the Internet, but haven't come across anything that would help me figure out the PHP code.
Any help would be greatly appreciated!!
Thank you!!