Write first php program Now I had installed all I need to write PHP scripts or files but how do I write the first PHP program. First of all, I created a learning folder on my desktop where I intended to keep all the files I made during my learning process. So now I am […]
Web development
Can I view PHP files locally on my PC?
My experience When I started playing around with PHP I noticed that php files can not be opened by a web browser the way HTML files do. HTML and CSS are rendered by the browser. In other words browsers know all that it takes to load and display an HTML page with or without CSS. […]