+ 2
What is PHP...Friends please give me some basic examples..đ€
âHELP ME GUYSâ
2 RĂ©ponses
+ 14
PHP: Hypertext Preprocessor (PHP) is a free, highly popular, open source scripting language. PHP scripts are executed on the server.
Just a short list of what PHP is capable of:
- Generating dynamic page content
- Creating, opening, reading, writing, deleting, and closing files on the server
- Collecting form data
- Adding, deleting, and modifying information stored in your database
- controlling user-access
- encrypting data
- and much more!
example :
<?php
echo "Hello World!";
?>
learn it now...
https://www.sololearn.com/Course/PHP/?ref=app
+ 1
thank you my frnd..đđ