I am sorry but your code is very confusing:
- You are using the post method, but are retrieving Get variables
- You are submitting 'temp_ban' but want to retrieve 'ban'
- You are submitting with do=do_completedelete, but you are checking the value of 'act'
- 'act' is not defined on that form.
Looks like you are mixing up things. This form don't seem to belong together with the php that should handle it.
|