Basics Flashcards
PHP stands for?
The PHP - Hypertext Preprocessor or personel home page
php use?
The PHP is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications.
what is php?
The PHP is a programming language.
php -server- client -connection?
PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites
php & databses?
It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.
php protocols ?
PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4
Hello World prgm?
Hello World
Applications of PHP ?
- PHP performs system functions, i.e. from files on a system it can create, open, read, write, and close them.
- PHP can handle forms, i.e. gather data from files, save data to a file, through email you can send data, return data to the user.
- You add, delete, modify elements within your database through PHP.
- Access cookies variables and set cookies.
- Using PHP, you can restrict users to access some pages of your website.
- It can encrypt data.
Running PHP Script from Command Prompt
$ php test.php
PHP tags ?
php . . . ?>