hi! i have problem for opening php files in i-explorer what's the problem? can u please explain me whay it's happen?
Well, first off you cant directly open PHP files in internet explorer. It simply wont work. Only the HTML code if any, on the page will show. PHP is a server-side language, meaning you need a server to run it. A good one is Apache ( http://httpd.apache.org ) , or the IIS server that comes with Windows. You can also try a package called XAMPP http://www.apachefriends.org/en/xampp.html which makes it very easy to install a working server, PHP and a database server.