1/13 Flashcards

1
Q

xampp

A

x variable for operating system
a apache, it is a web server that interprets PHP
m mysql, it is a relational database server
p php, it is a server side language
p pearl, it is another server side language

eg any content management systems (CMS) built in PHP? Wordpress, Drupal, Joomla, Dolphin

Some shopping suites built in PH??
OS Commerce, Magento Commerce,
PHPMyAdmin, SqlYogi and other GUIs for MYSQL are built in PHP

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

get method

A

puts it to the top

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

post method

A

saves it somewhere

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

select

A

when the user submits the form we see the abbreviation, the user sees the name
Utah

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

checked

A

when you add checked at the end of your statement , it automatically selects it

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

php quotes

A
/*
*/
multiple lines
this will not be interpreted, its documentation
also // for one line
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

php code

A

..

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