o0O0o.o0O0o
02-22-2008, 12:50 AM
hi ,
i have a payment processing system
Page 1 contains form for CC detials
Page 2 or script is called when user submits form from page 1. it performs transaction send user to page3
Now i have changed the server and thats is taking more to process transaction about 17-18 seconds.
Now what i want is as tranaction is taking place i show on the small screen at the center of page e.g
processing transaction
bank contacted ...
payment approved
redirecting to page ....
so that customer knows what is happeing
but i am not sure on which page i code this
Even when i put echo statement on page 2 where processing is taking place it is not showing anything . when i submit form , it styas on page 1 for 16-17 seconds and then on page 3
I am not seeing any ouput (echo) from page 2
whay is this so
i have a payment processing system
Page 1 contains form for CC detials
Page 2 or script is called when user submits form from page 1. it performs transaction send user to page3
Now i have changed the server and thats is taking more to process transaction about 17-18 seconds.
Now what i want is as tranaction is taking place i show on the small screen at the center of page e.g
processing transaction
bank contacted ...
payment approved
redirecting to page ....
so that customer knows what is happeing
but i am not sure on which page i code this
Even when i put echo statement on page 2 where processing is taking place it is not showing anything . when i submit form , it styas on page 1 for 16-17 seconds and then on page 3
I am not seeing any ouput (echo) from page 2
whay is this so