Basics Flashcards

1
Q

PHP stands for?

A

The PHP - Hypertext Preprocessor or personel home page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

php use?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is php?

A

The PHP is a programming language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

php -server- client -connection?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

php & databses?

A

It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

php protocols ?

A

PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Hello World prgm?

A

Hello World

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Applications of PHP ?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Running PHP Script from Command Prompt

A

$ php test.php

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

PHP tags ?

A

php . . . ?>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly