#!/usr/bin/php-cgi <?php header('Content-Type: text/html'); print "hello php" ?>
But when I am sending request from browser, my php page got displayed there instead of content of php page.
Permission of php file is -rwxr-xr-x
Please let me know what am I missing ?
Thanks
Hemant