Guys...

To disable PHP for a particular user on a Linux server , Put the following code in a .htaccess file for that user as :

php_flag engine off

Also you can add following code for that in tag of that particular domain in server’s httpd.conf .

php_admin_flag engine off