×
×
PHP Tutorial
What is PHP Environment Setup of PHP PHP Syntax PHP Comments PHP Echo & print PHP Variables PHP Scope Variables PHP $ and $$ Variable PHP Constants PHP Operators PHP Data TypesPHP Conditional Statements
PHP Loop Type
PHP Arrays
PHP String PHP FunctionsPHP Form Examples
Form Intro Get & Post Form Validation / Required PHP Complete FormPHP Advanced
PHP Include / Require PHP Date & Time PHP Session PHP Cookies PHP File Handling PHP Open File PHP Read File PHP Write File PHP Append File PHP Delete File PHP File Upload PHP Sending Mail PHP Error HandlingWhat is PHP
- PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
- PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications.
- PHP is an open-source, interpreted, and object-oriented scripting language that can be executed at the server-side.
- PHP scripts are executed on the server.
- PHP can add, delete, modify data in your database.
- PHP files have extension ".php"
- PHP costs nothing, it is free to download and use.
Example of PHP :
<!DOCTYPE html>
<html>
<body>
<?php echo "My first PHP Code!"; ?>
</body>
</html>
What You should already Know
Before you continue, you have little bit knowledge of the following:
- HTML
- CSS
- JavaScript
Elevenstech Web Tutorials
Elevenstech Web Tutorials helps you learn coding skills and enhance your skills you want.
As part of Elevenstech's Blog, Elevenstech Web Tutorials contributes to our mission of “helping people learn coding online”.
Read More
Newsletter
Subscribe to get the latest updates from Elevenstech Web Tutorials and stay up to date
Copyright 2018 - 2024 Elevenstech Web Tutorials All rights reserved.