Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Main features of php

Main Features of php:
1. Simple - It is very simple and easy to use, compare to other scripting language it is very simple and easy, this is widely used all over the world.
2. Interpreted - It is an interpreted language, i.e. there is no need for compilation.
3. Faster - It is faster than other scripting language e.g. asp and jsp.
4. Open Source - Open source means you no need to pay for use php, you can free download and use.
5. Platform Independent - PHP code will be run on every platform, Linux, Unix, Mac OS X, Windows.
6. Database Support - PHP supports all the leading databases such as MySQL, SQLite, ODBC, etc.
7. Web servers Support - PHP is compatible with almost all local servers used today like Apache, Netscape, Microsoft IIS, etc.
8. Case Sensitive - PHP is case sensitive scripting language at time of variable declaration. In PHP, all keywords (e.g. if, else, while, echo, etc.), classes, functions, and user-defined functions are NOT case-sensitive.
9. Error Reporting - PHP have some predefined error reporting constants to generate a warning or error notice.
10. Real-Time Access Monitoring - PHP provides access logging by creating the summary of recent accesses for the user.
11. Loosely Typed Language - PHP supports variable usage without declaring its data type. It will be taken at the time of the execution based on the type of data it has on its value.
12. Helpful PHP Community -It has a large community of developers who regularly updates documentation, tutorials, online help, and FAQs. Learning PHP from the communities is one of the significant benefits.
Comment

PREVIOUS NEXT
Code Example
Php :: random string number generator in php codeigniter 
Php :: how to save multiple records in database using laravel 
Php :: add phpmyadmin login linux 
Php :: resource route laravel 8 
Php :: wp_query first post 
Php :: sass download for windows 
Php :: laravel set production 
Php :: php list all files in directory 
Php :: orderby not working with groupby laravel 
Php :: php join 
Php :: Diferencia entre dias PHP - Con date_diff() 
Php :: set cookie on button click php or js 
Php :: Corsair K70 RGB MK.2 
Php :: laravel generate unique string 
Php :: cron job every 5 minutes wordpress 
Php :: creating default object from empty value laravel 
Php :: which programming languae does php resemble to? 
Php :: laravel collection get 
Php :: resize image using intervention laravel and save 
Php :: Laravel return empty relationship on model when condition is true 
Php :: sanctum 
Php :: upload image to database laravel 8 
Php :: how to check if a user is logged in in a non middleware controller in laravel 
Php :: laravel download file change name 
Php :: laravel migration longtext length 
Php :: php variable inside mysql query 
Php :: AuthController 
Php :: is resource php 8 
Php :: hummingbird remove caching specific page php 
Php :: php set cookie for 5 second 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =