Showing posts with label web development. Show all posts
Showing posts with label web development. Show all posts

Saturday, October 10, 2015

PHP Basic Tutorial 1

Short description of PHP

PHP is server-side
Your browser doesn't realise the pages it is viewing are initially written with PHP. All it receives is an HTML page - as complex or as simple as you want.

PHP is HTML-embedded:
A PHP page can be simply an HTML page with a little PHP sprinkled here and there (we'll see how).
The PHP bits are parsed ("translated") by the server - in the examples presented here, they will be mainly used to produce more HTML code. The HTML code on the page is sent directly to the browser.

PHP has similarities with other programming languages:
C and Perl are two of them. In my case, learning a bit of Perl really helped me get started and understand what PHP could do for me - and how it worked.

Inserting PHP code in HTML

T

Saturday, October 3, 2015

Web application development with php development environment and LARAVEL

Today i am going to start a new tutorial session for the web application development freaks and who are willing to develop web applications with the newest and most excellent framework of PHP. Yes, I am telling about the laravel framework.

Web application development: When a newbie Computer Science and Engineering Student or any other computer programmer decided to build his/her career as a software engineer, he/ she just got confused (in my point of view) where to start from or which platform should be choosen? Desktop/ Mobile/Web?. Moreover they often got confused to hear that a web developer called himself/herself as a software engineer or software developer!!!. For those, i will say, A web application developer is also a software developer who make the software that can be used or maintained through the World Wide Web. An web application is a formation of some web pages (Dynamic) that can provide you some sorts of certain goals. There are lots of programming language to develop any web applications such as, PHP, ASP.Net,RUBY on Rails, PERL, HTML, CSS, JAVASCRIPT and JSP etc. In this tutorial session we will learn to develop a basic web application with PHP and it's most upgraded web application framework laravel.


Web application development with php development environment and LARAVEL