Re: [PHP] form post without pathinfo

2001-03-18 Thread Clayton Dukes
Yeah, I just can't figure out how to do it. Anyone care to enlighten me? Clayton Dukes - Original Message - From: Chris Anderson To: Clayton Dukes Sent: Wednesday, March 14, 2001 1:04 PM Subject: Re: [PHP] form post without pathinfo Sounds like you just need

[PHP] form post without pathinfo

2001-03-17 Thread Clayton Dukes
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