Hi :-)
 
How can I convert from this:
<form method=POST action="<? echo $PHP_SELF; ?>/approve">
</form>
...snip
} elseif ($pathinfo == "/approve") {
do something...
 
 
to something that posts to itself without altering the path?
My problem is, I'm using themes which are dependent on the path, so if I post using the method above, the path changes and screws up the images, colors, etc after the user submits.
 
TIA!
 
Clayton Dukes
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to