Re: [PHP] Using href as a submit for a form

2003-07-18 Thread Vince LaMonica
On Fri, 18 Jul 2003, Ron Allen wrote: } I am using a form to submit to mysql. What I would like to do is to use a } link to submit the form instead of the standard submit button. Help is } appreicated. You could use a simple GET to submit the form. Make sure you have register_globals off thoug

Re: [PHP] Using href as a submit for a form

2003-07-18 Thread Larry_Li
Try to use javascript. submit Change form1 as your actual form name. -