[ Index ] |
|
Code source de e107 0.7.8 |
1 /* Tag: [textarea name=name&style=style&row=rows&whatever=whatever]value[/textarea] */ 2 3 $tastr = ""; 4 parse_str($parm, $tmp); 5 6 foreach($tmp as $key => $p) 7 { 8 $tastr .= $tp -> toAttribute($key)." = '".$tp -> toAttribute($p)."' "; 9 } 10 return "<textarea $tastr>$code_text</textarea>";
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |