https://github.com/madhurimarawat/programming-in-php
This repository contains programs in the PHP programming language.
https://github.com/madhurimarawat/programming-in-php
basic-programs conditional-statements data-types do-while-loop for-loop foreach-loop function-overloading functions get ifelse ifstatements include loops-and-patterns operators php post require user-input while-loop
Last synced: 3 days ago
JSON representation
This repository contains programs in the PHP programming language.
- Host: GitHub
- URL: https://github.com/madhurimarawat/programming-in-php
- Owner: madhurimarawat
- Created: 2023-08-16T16:11:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T10:13:16.000Z (about 2 years ago)
- Last Synced: 2025-06-11T05:04:40.473Z (4 months ago)
- Topics: basic-programs, conditional-statements, data-types, do-while-loop, for-loop, foreach-loop, function-overloading, functions, get, ifelse, ifstatements, include, loops-and-patterns, operators, php, post, require, user-input, while-loop
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming-in-PHP
This repository contains programs in the PHP programming language.![]()
# About PHP Programming
--> PHP is a general-purpose scripting language geared towards web development.
--> It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995.
--> PHP was originally an abbreviation of Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.
--> PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or a Common Gateway Interface (CGI) executable.
--> On a web server, the result of the interpreted and executed PHP code can be seen.---
# Mode of Execution Used:
![]()
![]()
--> Since PHP is a server side scripting language, execution of PHP requires server.
--> XAMPP is used for accessing collected package for PHP.Visual Studio Code
--> Visit the official website:
--> Download according to the platform that will be used like Linux, Macos or Windows.
--> Follow the setup wizard.
--> Create a new file with the extention of .php and then this file can be executed in the server.XAMPP
--> X is for Platform as it is platform independent and can run on any platform like Windows, MACOS, Linux or UNIX.
--> A stands for Apache Server.This is the server on which PHP compilation is done and output is seen.
--> M is for MySQL. MySQL is Structured Query Language Database. It is used to connect PHP to database and take input directly to the database.
--> P is for PHP.
--> P is for Perl. It is another programming language included in this collected package.
Getting Started with PHP
--> First we need to download XAMPP from its official website:
--> Download according to the platform that is going to be used.
--> After downloading, load the executble file and follow along the process.
--> After this, go toand type localhost.
--> If environment is setup, it will show success.
--> Go to XAMPP control panel and start apache server.
--> After this create a PHP file in any editor like VS code and just give the path after localhost/path_link and you will get the output.
---
# Basic Datatypes---
# Features of PHP---
# Frameworks of PHP---
## Thanks for Visiting 😄
Drop a 🌟 if you find this repository useful.
If you have any doubts or suggestions, feel free to reach me.
📫 How to reach me: [](https://www.linkedin.com/in/madhurima-rawat/)![]()