+ 2

What is PHP...Friends please give me some basic examples..🤓

☝HELP ME GUYS☝

14th Sep 2017, 6:09 PM
Arun ashok
Arun ashok - avatar
2 Antworten
+ 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
14th Sep 2017, 6:12 PM
Ranjan Bagri
Ranjan Bagri - avatar
+ 1
thank you my frnd..😊😊
14th Sep 2017, 6:35 PM
Arun ashok
Arun ashok - avatar