[pmwiki-users] How to create a valid URL

Patrick R. Michaud pmichaud at pobox.com
Tue Jun 12 14:09:57 CDT 2007


On Tue, Jun 12, 2007 at 08:36:37PM +0200, info at hassanein.ch wrote:
> I have a question which might not be directly related to pmWiki, but I  
> am faced within pmWiki with this issue.
> 
> How can I create a valid pagename from an arbitrary string?

In PHP, call the MakePageName() function.  Pass it the name
of the current page and the string to create the pagename from.

In markup, one can use the {(pagename 'string for pagename')}  
markup expression.

Pm



More information about the pmwiki-users mailing list