PHP: Hypertext Preprocessor is a general-purpose programming language used for web development. Php is created by the Rasmus Leoford in 1994. The latest stable version of PHP is 7.3.10, PHP is basically an open-source object-oriented scripted language it means its is executed on the server-side.
The Basic Syntax Of PHP Is :
<!DOCTYPE html>
<html>
<head>
<title>WeekHunt</title>
</head>
<body>
<?php
echo "Hi, Welcome To WeekHunt !";
?>
</body>
</html>
Why use PHP?
- PHP is open-source and free.
- Short learning curve compared to other languages such as JSP, ASP, etc.
- Large community document
- Most web hosting servers support PHP by default unlike other languages such as ASP that need IIS. This makes PHP a cost-effective choice.
- PHP is regularly updated to keep abreast of the latest technology trends.
- Another benefit that you get with PHP is that it’s a server-side scripting language; this means you only need to install it on the server and client computers requesting resources from the server do not need to have PHP installed; only a web browser would be enough.
- PHP has inbuilt support for working hand in hand with MySQL; this doesn’t mean you can’t use PHP with other database management systems. You can still use PHP with
- Postgres
- Oracle
- MS SQL Server
- ODBC etc.
Advantages and Downsides of PHP Frameworks
- Accelerate custom net application improvement.
- Simplify internet application upkeep.
- No need to put in writing additional code.
- work with databases greater effectively.
- Automate commonplace internet improvement responsibilities.
- Defend websites from centered safety assaults.
- Carry out unit testing effectively.
- No want to growth web development price.
Thanks of keep searching and visiting Weekhunt, follow our social media for new updates. Read More


0 Comments: