Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Passing non-latin variables
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Passing non-latin variables
#51005
Passing non-latin variables 10 Years, 3 Months ago Karma: 0
Hi

After succesfully using ARI Data Tables to pass numeric vars (using <a href="index.php/testview?myid={$columns:myCode}">{$value}</a>) I can't pass non-latin (eg. Greek) chars. Is there a way to url encode the {$value} and is it going to solve the problem?
The administrator has disabled public write access.
 
#51008
Re:Passing non-latin variables 10 Years, 3 Months ago Karma: 760
Hello,

Do you want to apply urlencode PHP function for {$columns:myCode} parameter?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#51010
Re:Passing non-latin variables 10 Years, 3 Months ago Karma: 0
You mean
<a href="index.php/testview?myid=".urlencode({$columns:myCode}).">{$value}</a>

???
The administrator has disabled public write access.
 
#51016
Re:Passing non-latin variables 10 Years, 3 Months ago Karma: 760
Upgrade the module to the latest version and use the following code in "Format" parameter:

Code:


<a href="index.php/testview?myid={$columns:myCode|url_encode}">{$value}</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1