Hi, I learned at Kevin's tut to use $PHP_SELF in a form as "action" to be redirected to the same page.
For example like this :
Now I recognized that it also worked fine without the "$PHP_SELF", I just left the action field blank. Now my project is online and people report me that when they click submit nothing happens, they just see the blank form again. Can there be any correlation and if so why does it work on my computer ? ( one told me it worked one time out of 6 ) So what's going on here. Please help me, it's urgent.PHP Code:if $submit:
put the staff in the db
else :
<form action=$PHP_SELF>
show the form
</form>
endif:






Bookmarks