Blog Introductions

In this  blog contains tutorials about  HTML Tutorials, Python Tutorials, CSS Tutorials, How to, PHP Tutorials, Java Tutorials, C++ Tutorials, Tutorials,  Examples, Source code,Learning,
Tips and Software development  services. Introduction and Installation of php in window 10 |  Php tutorials  Bestitworriors


Introduction and Installation of php in window 10 


Php tutorials






Introduction and Installation of php in window 10 |  Php tutorials  Bestitworriors - PHP is programing langauge to create backend server for dynamic web pages.Its free and open source to create meaningfull dynamic website.Dynamic website or Dynamic webpages relate to webpage or website having server where you can dynamically create ,delete ,update data and perform various functions for your webpage and website.This toturiols series guide you complete basic to adavance and also provide you free project to work on it for your practice.


Characteristics of PHP



  1. PHP used on large scale for scripting of backend server side
  2. Its free to download and exicute on server
  3. Its work on almost all platforms
  4. It is easy to write script
  5. It collect data from HTML froms and send data on HTML pages
  6. It perform all function read,write,create,update,delete ,open and close file on server
  7. It handle lage scale databases and perform various function like send and receive cookies and encrypt and decrypt data for your user authencations
  8. PHP files can contains HTML ,CSS ,JAVA SCRIPT and PHP code in .php extension file


Follow Steps

  1. Install XAMP server from google download here
  2. Install it on your computer or laptop
  3. Go to C:\xampp\htdocs this folder
  4. Create folder name 'PHP PROJECTS'
  5. Now move your project folder and create your first project folder name 'My first Project Name'
  6. Now go to your first project folder and create file 'index.php'
  7. Now Copy and Paste following code on 'index.php' and Save file
  8. Now open XAMP Server from your installed app start APACHE and MYSQL first two services
  9. Open the Google Chrome and Type URL 'http://localhost:8080/PHP PROJECTS/My first Project/'
  10. Now Your first Project is Ready To Start

Code


<!DOCTYPE html>
<html>
<body>

<?php
echo "Helo World My First Script Is Running.Now I Feel Better";
?>

</body>
</html>


OutPut


Helo World My First Script Is Running.Now I Feel Better



I hope You really enjoyed this blog . I try my best to make every thing is easy and helpfull to provide to public .You will get more blog about the Programing project and code . Thanks for visiting my blog if you have any querry related to this you can comment here i will try my best to response you back about Introduction and Installation of php in window 10 |  Php tutorials  Bestitworriors