Relative Form Actions
Posted: Fri Sep 29, 2006 5:15 pm
Hey,
I am using Smarty to display a html form, and the form has the same action as the page that displayed the form (admin.php).
I have the <form method="POST" action="admin.php"> but when I test for that the admin.php page is recieving the POST input using an echo, nothing echoes out.,
So what Im asking is, what path do I need to put in the action paramater for the form to post to admin.php.
And for reference:
Path to Form: /styles/timberwolf/admin/login_body.htm
Path to Display File: admin.php/
Thanks!
I am using Smarty to display a html form, and the form has the same action as the page that displayed the form (admin.php).
I have the <form method="POST" action="admin.php"> but when I test for that the admin.php page is recieving the POST input using an echo, nothing echoes out.,
So what Im asking is, what path do I need to put in the action paramater for the form to post to admin.php.
And for reference:
Path to Form: /styles/timberwolf/admin/login_body.htm
Path to Display File: admin.php/
Thanks!