Value for action in form
Posted: Fri Sep 05, 2008 6:10 am
Hi,
Is there any difference between these 2 in php?
1. <form action="" method="post" form>
2. <form action="$_SERVER["php_self"]" method="post" form>
In both the cases ,the form calls the same form itself.is there any difference between the 2?
thanks for any help
Is there any difference between these 2 in php?
1. <form action="" method="post" form>
2. <form action="$_SERVER["php_self"]" method="post" form>
In both the cases ,the form calls the same form itself.is there any difference between the 2?
thanks for any help