Monday, April 2, 2007, 8:37:55 PM, Patrick wrote:

> For names coming via a form POST, I think the valid names
> are limited to the pattern "[A-Za-z][-_:.\w]*" [1].  So this
> would be something like:

>     "/\\{\\$\\$([A-Za-z][-_:.\\w]*)\\}/e"

this does not include name[0] name[1] etc and name[]
in which a name is an array. I think it is allowed to have an array as
a $_POST value. It does work, just a bit painful to process.


  ~Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to