with php im wondering if it is posible to post a form without changing to the actions location
TIA 🙂 😉 mekamania
action=$PHP_SELF
I don't think it has anything to do with php. POST is an HTML feature. There are ways to make an HTTP connection with the server without posting the form, but that's another (also non-php) problem.