Forum Moderators: coopster
I'm using PHP_SELF at the top of my form so that the current page is returned to once submit has been clicked. The problem is, I have a variable after the index.php that I need to keep...
E.g
index.php?function=add_msg
..and PHP_SELF doesn't hold this value, it just returns to index.php once clicked.
Is there an easy way to do this?