You are currently viewing How to create your first PHP Page?
how-to-create-first-php-page-bittutech-prajjwal-singh

How to create your first PHP Page?

Hello!! My all dear blog visitors!! Once Again!! Thank you so much to reach at this site. We are knowing about, Now the internet has became a sea for knowledge of everything in which, all humans want to dive. All of the curious person can use the internet for enhancing the curiosity level at the peak of the point along with very low cost. New researchers and scientist discoveries are uploaded on the internet from which daily we can learn something new.

Today Topic –

I know!! This is very easy topic but some newbies wanted to learn from this website. Now Today, we are going to learn about how to create first PHP(preprocessor hypertext php) page.

Prerequisites -:

  • Download any web server (XAMPP, WAMP)
  • Start your server before running php program on web browser.

Bit informative about PHP

PHP is a general-purpose scripting language geared toward web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group.

Create First PHP Page

Step 1: Open your favorite text editor for writing the php code inside.

Step 2: Save the file name along with file extension – .php for recognize php page on web server.

step 3: No need to connect with internet, if you download any of the web server on your local machine.

step 4: write the php code -:

Text Editor for coding

<?php
$first_name="Prajjwal";
$last_name="Singh";
echo "$first_name"," $last_name";
?>

Web server location for running

Last words -: bittutech.com

Last words-: This is enough for now, we will meet very soon as always with an interesting article, and thank you so much for reading this full article post. I hope you have enjoyed this post, and giving me full love and support as always. Ok!! This is the rest time, good luck, and stay tuned with us.

Share post

Prajjwal Singh

Tech Blogger || Web developer || Computer Networking Enthusiast || Microsoft SQL Database Management Expert || Software Debugger || Learned DOS OS Structure

This Post Has One Comment

Leave a Reply