Wednesday, 9 July 2014

How to Setup PHP Environment on our System ??

PHP Environment Setup Hi friends in order to develop and run PHP, three vital components need to be installed on our computer system. Web Server - PHP will work with virtually all Web Server software, including Microsoft's Internet Information Server (IIS) but then most often used is freely availble Apache Server. Download Apache for free here: http://http.apache.org/download.cgi Database - PHP will work with virtually all database software, including Oracle , Microsoft Access and Sybase but most commonly used is freely available MySQL...

Tuesday, 8 July 2014

Introduction to PHP

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language.  PHP is designed to fill the gap between SSI (Server Side Includes) and Perl, intended for the web environment. Its principal application is the implementation of web pages having dynamic content. PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers according to a survey.  Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP is now...

Saturday, 5 July 2014

How to create a Windows 8 Phone App ?

Hi guys, lets see how to create your first Windows 8 Phone App. To create a windows 8 App, you need to download a SDK in order to built your Application. You may download the SDK Visual Studio 2012(Supports only in Windows8 OS) from Windows developers store. Step 1: Open the VS 2012 and it looks alike the given below picture .   Step 2 : It will redirect you to your SDK start page after some seconds. Step 3 : To create your first...