I'm twiting

访问统计

free counters

巧妙的使用可变变量,让代码更简洁直观

foreach( array( '_COOKIE' , '_POST' , '_GET' ) as $_request )
{
foreach( $$_request as $_key => $_value )
{

}
}

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>