Hello.
[php]<?php query_posts($query_string . '&meta_key=type&meta_compare=>=meta_value=$hello'); ?>[/php]
What’s wrong with that code? It doesn’t work. Neither does the following.
[php]<?php query_posts($query_string . '&meta_key=type&meta_compare=>=meta_value=' . $hello); ?>[/php]
Thanks so much!