i have a form
<form name="editor" method="post" action="<? echo "save.php?langu age=$language"? >">
but when i click the submit button i get 404 error but save.php is in that directory.What could be the reason?
thank You
<form name="editor" method="post" action="<? echo "save.php?langu age=$language"? >">
but when i click the submit button i get 404 error but save.php is in that directory.What could be the reason?
thank You
Comment