Is ther a posibility to send variables back to same page....
Posted: Mon Nov 11, 2002 4:10 am
Is ther a posibility to send variables back to same page. With php_self?
I have a form, that has a send button (hehe) but the inserted values have to be send to the same page back again. it works like some kind of refresh.
doe I have to do it like this then or do I have to use php_self?
<form method="post" action="php_self">?
or
<form method="post" action="the name of this page.php">?
witch one is beter to use?
Thenk for you help, Skywalker
I have a form, that has a send button (hehe) but the inserted values have to be send to the same page back again. it works like some kind of refresh.
doe I have to do it like this then or do I have to use php_self?
<form method="post" action="php_self">?
or
<form method="post" action="the name of this page.php">?
witch one is beter to use?
Thenk for you help, Skywalker