PHP Installation in Winodws

Introduction

This article aims to provides an example to install PHP in Windows. In PHP Homepage, it does not provide the latest Windows PHP binary for download.

windows.php.net is another website for supporting PHP in windows which provide PHP Windows Binary for download.

Image 001.png

 

 

Reference

Heroku PHP

Create A Heroku Project

heroku create techofficephptest

Image 004

Create a Local Project Folder

Image 001.png

Create an index.php

Image 002Image 004

Deploy to Heroku

git init

heroku git:remote -a techofficephptest

Image 005

git add .

git commit -m "Update"

Image 006.png

git push heroku master

Image 007.png

Open your Heroku Application

Image 009Image 010Image 011