Quick HTTP request question

Ok im trying to use the HTTP Request to load the certain page. This is what i got…

<?php if $HTTP_GET_VARS['page'] => Hosting; echo "Hello";  ?>

I know that isnt right. But does someone know hot to correct it.

I would appreciate it.

Thanks

[php]if($_GET[‘page’] == ‘Hosting’) echo “Hello”;[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service