I was wondering if there was a way to auto submit a form using php?
Thanks Steve
I don't think so with php but explain more the use of the auto submit and I might be able to help a little more.
I working on a search egin where you can add diffferant things to a list, and the way it is set up, so to save the selections I need an auto submit so it can still be there nextime the page loads
Got it to work using
echo '<script language="JavaScript">setTimeout(', "'document.auto.submit.()',10); </script>";
Thanks mate ..
have a nice days .. bye