--
You received this message because you are subscribed to the Google
Groups "PHPRS" group.
To post to this group, send email to lista...@googlegroups.com
To unsubscribe from this group, send email to
lista-phprs...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/lista-phprs?hl=en
if( $_POST['filtros'] ){
$_SESSION['_FILTROS'] = $_POST['filtros'];
$filtros = $_POST['filtros'];
}else{
$filtros = $_SESSION['_FILTROS'];
}
com isto se for postado algum filtro usa-se o que foi postado se não
retorna o que ja esta filtrado.
Em 27 de julho de 2010 16:51, João Paulo <jpce...@gmail.com> escreveu: