By PHP Builder Staff on March 2, 2012 Getting started with PHP is no walk in the park. It’s a challenge just like any other programming language. When I was starting with PHP in December of ’98, I spent nearly 25 hours just trying to get PHP to compile on…
Setup & Installation
Other Categories: Application Architecture, Databases, News, Pear, PHP Functions, Site Operation, Tools, Tricks & Hacks.
Although this is not a common combination, some might want to leverage the advantages of Windows servers, while still being able to develop and run PHP applications. In this tutorial, we will see how to install IIS Web server and PHP on a Windows Server 2012.
By PHP Builder Staff on March 2, 2012 A lot of beginning developers don’t understand that the web is “Stateless”. That means that the web server forgets who you are as soon as it sends you a page. So if you’re logged in as John Doe and viewing your bank…