I will give u a basic requirement for windows base..
You need some application that recommend for a beginner , such as :
1. Webserver Application : XAMPP (download)
2. PHP Editor : Notepad++ (download)
Tip's :
You don't have to buy an editor to learn PHP.. Just try and start with a free until you getting expert.
Friday, June 23, 2017
[TUTORIAL] PHP Introduction
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Example :
<!DOCTYPE HTML>
<html>
<head>
<title>Example</title>
</head>
<body>
<?php
echo "Hello word..";
?>
</body>
</html>Tip's : Save file with extention "*.php" , ex : "index.php" BASIC Tutorial :
Subscribe to:
Posts (Atom)
[BASIC] What do you need to Learn PHP ?
I will give u a basic requirement for windows base.. You need some application that recommend for a beginner , such as : 1. Webserver Appl...