The MU forums have moved to WordPress.org

PHP help? (1 post)

  1. WWDay3
    Member
    Posted 16 years ago #

    I'm better at working with code than I am with al this networky/apache/access stuff.

    I was messing around with the KSES.PHP script, and I was able to get "target=" through the filters for an anchor tag (please, no scolding :)). I would just like to know if my interpretation of this is correct.

    $allowedposttags = array ('address' => array (), 'a' => array ('href' => array (), 'title' => array (), 'rel' => array (), .... 'name' => array ())

    This is creating what I would refer to as a nested or two dimensional array, correct? In other words, an array that looks like this:

    address,
    a (href, title, rel, ...., name),
    etc,
    etc,

    Correct?
    Thanks

About this Topic

  • Started 16 years ago by WWDay3