How may I insert html into $lang = array_merge (PHP)
<?php $lang_ext = array( 'onlinepay' => 'Online payment', 'oid' => 'Order Number:', 'pname' => 'Product Name:', 'onums' => 'Quantity:', 'oprices' => 'Total price:', 'mons' => 'Available balance:', 'rcode' => 'Verification Code:', 'payit' => 'Pay Now', 'npayfor' => 'Price to be paid', 'paym' => 'Do you confirm payment now? ', 'payerror' => 'Please transfer money to your account first, thank you. ', 'fcharge' => 'Please deposit money here ', ); $lang = array_merge($lang, $lang_ext); ?>
Edited by Orjan, 26 December 2010 - 03:19 AM.


Sign In
Create Account


Back to top









