redirect with param

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
menoo
Forum Newbie
Posts: 1
Joined: Fri Jul 31, 2009 8:07 am

redirect with param

Post by menoo »

hi everybody.
im trying make a code witch will redirect user using 1 parameter with 2 values. its needed after customer online paying in bank for see correct page with paying was sucess or not.
bank its send me some parameters in adress but important it RES with values OK or FAIL.
sites i want redirect to are
http://www.some.com/paying-sucess.php and
http://www.some.com/paying-failed.php

i cant find the right code to do this so help me please.

thans
Post Reply