Hi, godaddy told me i need a php.ini file in my web root to make the php active. can anyone tell me what code i need in the file to make this work. How do i make this file? notepad? I know jack about php.ini.. this it to make my tnx.net php code active in my .HTML site. thanks
php.ini is the config file for PHP... it can be found in the php install package but in your case just google it http://www.google.com/search?q=sample+php.ini
well what i need is the actual php.ini file i dont know what i need to put into it - i just need it to tell php to read html files i think..anyone???
u don't need to do anything with ur php.ini file, I run php in html pages in one of my sites that is hosted at godaddy. here is what u need to do. open ur .htaccess file , u will find it in ur root directory . open it and add this line. AddHandler x-httpd-php5 .php .html u r using php 5 or 4 there is a difference between php 5 and 4, the above line is for php5 for php 4 AddHandler x-httpd-php4 .php .html