_Post message interceptor utility

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chas688
Forum Newbie
Posts: 15
Joined: Wed Jul 14, 2004 3:25 pm

_Post message interceptor utility

Post by chas688 »

I am looking for a simple post message interceptor. If there is anything like this in exisitence, please let me know.

Thanks,
Chas688
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

once PHP lets the scripts get ahold of $_POST, it's already sent. You'll probably need to use some Perl to get at the raw data before it's finished.. depends on what you're doing with it..
Post Reply