Answers for "what is php used for"

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
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
0

why %u is used for ?

%d is used to specify an integer, %u is used to specify an unsigned integer .
Posted by: Guest on April-30-2020
0

what is c# used for

C# was developed by Microsoft and is used in essentially all of their products. It is mainly used for developing desktop applications and, more recently, Windows 8/10 applications. It is also a part of . NET so it is used alongside languages like ASP in web development and apps.
Posted by: Guest on April-01-2020

Browse Popular Code Answers by Language