how do i call them?

i try

PHP Code:
//didnt work
print ("$HTTP_ACCEPT");

//didnt work
print ($HTTP_ACCEPT); 

how do i access them?
(running php 4)