This topic is locked
[SOLVED]

 Hyperlink with plus sign in it

2/17/2011 10:09:07
PHPRunner General questions
S
snuffi01 author

Hi!
I have an hyperlink in phprunner where the URL prefix is an web address.

My problem is that the field for the hyperlink contains a phonenumber with a starting plus sign example +4631100200.

When i click the hyperlink i doesnt redirects to the right web page, i wold like to change th eplus sign in the hyperlink to %2b instead the i get to the right web page

Is this possible?
Regards Kristian

Sergey Kornilov admin 2/17/2011

You can try to set 'View as' type of this field to 'Custom' and apply urlencode function.

$value = urlencode($value);