Donate Share

kses - PHP HTML/XHTML filter

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

how to not remove mailto: from <a href></a>

You are viewing a single message from this topic. View all messages.

  1. 2008-11-04 10:56:20 UTC
    Hi,

    I'm not an expert in kses so I would ask you for some help. I need to know how do I have to define the $allowed array before calling kses in order for kses to allow me to have something like:

    send <a href="mailto:name@yahoo.com">via email</a>

    Using my current $allowed array I now get:

    send <a href="name@yahoo.com">via email</a>

    Thank you very much for your help...

    Regards,
    gregor
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.