Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-05-09 21:51:17
- Aleksandersen
- Member
- From: Lillehammer, Norway
- Registered: 2007-04-12
- Posts: 77
urlencode question
Hi,
I am not sure how to use urlencode. But this would not work anyhow. Please advise.
<txp:php echo('http://url.com/?title=', urlencode(<txp:title />),'&link=', urlencode(<txp:link />),); />
Offline
Re: urlencode question
<txp:php echo('http://url.com/?title=', urlencode(title(array())),'&link=', urlencode(link(array())),); />
Offline
Re: urlencode question
This is a really good tip. Could we get it added to the “How do I” faqs page?
Offline
Pages: 1