Hi all, I'm suck in Php and MYSQL. Do anyone knows how to configure godaddy web host so that you can run help php ? I got some file that I upload to my new domain and free host (http://www.crickets365.com) but it should turn out like this (http://www.1cricketlinks.com/). I seems that the php files does not 'kick in'. Rgrds pearz76
You need to use .php files for the code to kick in. As far as I can tell, the site is made in .html files. Just change the extension and it should be working fine.
you need to save all pages using php (or just all pages) as .php not .htm and .html, ahhhh. get away from the L at the end (L norm means learner)
I had change the index.html file to index.php. (It works on the index page but I tried or the rest of the articles pages , it does not works!) I thought the htacess file suppose to change all the .html to php? My htacess file code is RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html Do I have to anything else?