Answers for "whats php"

PHP
6

what php can do

PHP can generate dynamic page content.
PHP can create, open, read, write, delete, and close files on the server.
PHP can collect form data.
PHP can send and receive cookies.
PHP can add, delete, modify data in your database.
PHP can be used to control user-access.
PHP can encrypt data and apply validation.
PHP used to send and receive E-Mails.
PHP can be used to integrate with other third party tools.
PHP can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.
Posted by: Guest on November-09-2020
7

what is php

Q: What is PHP?
  
A: PHP is a general-purpose scripting for the scripting of web developments.
It was originally produced in 1994 by Rasmus Lerdorf, a Danish Canadian
programmer. The PHP Group is now producing the PHP reference implementation.
PHP used to stand for Personal Home Page, now it stands for Hypertext
Preprocessor.
  
Implementation language: C (primarily; some components C++)
Stable release: 8.0.2 / 4 February 2021; 4 days ago
Developer: The PHP Development Team, Zend Technologies
Typing discipline: Dynamic, weak since version 7.0: Gradual
Designed by: Rasmus Lerdorf
Memory limit: 128 megabytes
Posted by: Guest on March-04-2021
5

PHP full form

PHP is an acronym for "PHP: Hypertext Preprocessor" PHP is a widely-used, open source scripting language. PHP scripts are executed on the server.
Posted by: Guest on August-17-2020
0

What is PHP

PHP is a scripting language normally used by web developers to build websites.
It supports object oriented programming.
It even has support for building windows desktop applications with PHP Desktop
Posted by: Guest on November-25-2020
1

What is PHP

PHP is a server side scripting language. It is open source. It is embedded language.
Posted by: Guest on November-07-2020
0

what is php?

PHP stands for Hypertext Preprocessor. 
It is an open source server-side scripting language which is widely used for web development.
It supports many databases like MySQL, Oracle, Sybase, Solid, PostgreSQL, generic ODBC etc.
Posted by: Guest on December-22-2020

Browse Popular Code Answers by Language