Display text/plain data
Posted: Wed Mar 10, 2010 6:51 am
I'm developing un paiement gateway module for paiement in french bank CIC-CMUT.
My problem is the return interface to bank.
If paiement success the bank return post data on this url :
http://www.XXXXXX.biz/babystop/index.ph ... eturnid=74
in script action.confirmation_paiement.php i must return to bank some data in mode "Content-type: text/plain":
the text data to return is per example :
version=2 cdr=1 651110*****3.0***************
A echo display the data inside the template (with html code) because smarty process the template.
How can i display the data only in text/plain, no html code, not process smarty template ? Any idea ?
My problem is the return interface to bank.
If paiement success the bank return post data on this url :
http://www.XXXXXX.biz/babystop/index.ph ... eturnid=74
in script action.confirmation_paiement.php i must return to bank some data in mode "Content-type: text/plain":
the text data to return is per example :
version=2 cdr=1 651110*****3.0***************
A echo display the data inside the template (with html code) because smarty process the template.
How can i display the data only in text/plain, no html code, not process smarty template ? Any idea ?