Basic How to Make Php Script for Beginner
Welcome back to bisnisonlinekalian, today we will learn about php script.
This article is describing one of web programming for beginner. In this article we will learn about php programming.
This article is describing one of web programming for beginner. In this article we will learn about php programming.
You can also learn :
What is PHP?PHP is shortname of Hypertext prepocessor, that mean one of program script for making a website.
Then, you can use text editor such as :
l Notepad
Here, I use notepad++.
If you have download or prepare that’s all. We will make script that showintg text “Basic Learning of PHP”
For showing that’s text you should write this text in notepad++\
<?php
echo "Basic Learning of PHP";
?>
After that, Save As the fil to directory htdocs folder of XAMPP
In my laptop it’s placed in :
C/xampp/htdocs
Then, make a new folder and give the name with "learning_php"
After that, open you XAMPP aplication. It will show like this,
Click start in apache and MYSQL for running the aplication
The final, open your browser like google chrome or anything. Just write like this
localhost/learning_php/test.php
The browser will show like this
Oke guys, finally we just learn of php program. If you like this article just share it.
0 Response to "Basic How to Make Php Script for Beginner"
Post a Comment