what is php used for code example

Example 1: 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.

Example 2: 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.

Example 3: What is lua used for

Lua is a powerful and fast programming language that is easy to 
learn and use and to embed into your application. 

Lua is designed to be a lightweight embeddable scripting language.
It is used for all sorts of applications, 
from games to web applications and image processing.

-- 

Used commonly in Roblox, Garry's Mod and Multi Theft Auto

Example 4: why %u is used for ?

%d is used to specify an integer, %u is used to specify an unsigned integer .

Example 5: 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

Tags:

Php Example