1.) Request
2.) Response
GET /index.php HTTP/1.1
host: localhost
HTTP/1.1 200 OK
Date:
Server:
X-Powered-By:
Transfer-Encoding:
Content-Type:
200 OK
301 Moved Permanently
400 Bad Request
404 Not Found
GET
POST
HEAD
PUT
DELETE
TRACE
OPTIONS
CONNECT
<form method="GET" action="./form1.php">
<input type="text" name="text1"></input>
<input type="submit"></input>
</form>
$_GET []
$_POST []
$_COOKIE []
setcookie ("Name", "Inhalt", time () + 3600);
session_id ()
session_start ()
session_destroy ()
USE xyz
CREATE DATABASE xyz
DROP DATABASE xyz
SET PASSWORD
SHOW DATABASES
SHOW TABLES
SHOW FIELDS FROM
CREATE TABLE abc (name1 VARCHAR (32), name2 VARCHAR (32));
DROP TABLE abc
INSERT INTO abc VALUES ("001", "001");
INSERT INTO abc (name1, name2) VALUES ("001", "001");
SELECT * FROM abc
SELECT * FROM abc WHERE expression
SELECT * FROM abc WHERE name1 BETWEEN 1 AND 5
SELECT * FROM abc ORDER BY nam1
SELECT * FROM abc JOIN def
SELECT * FROM abc INNER JOIN def ON abc.name1 = def.name2
SELECT * FROM abc LEFT JOIN def ON abc.name1 = def.name3
SELECT * FROM abc RIGHT JOIN def ON abc.name1 = def.name3
FLOAT DOUBLE DECIMAL
CHAR, VARCHAR, TINYTEXT, TEXT, LONGTEXT, MEDIUMTEXT
DATA TIME DATETIME TIMESTAMP
BYTE BLOB TINYBLOB LONGBLOB MEDIUMBLO
BIT INT INTEGER BIGINT TINYINT SMALLINT MEDIUMINT LONGINT
mysql_connect ()
mysql_close ()
mysql_error ()
mysql_query ()
mysql_real_escape_string ()
mysql_select_db ()
mysql_fetch_assoc ()
mysql_num_rows ()
mysql_num_fields ()
1.) Straight Flush
2.) Four of a Kind
3.) Full House
4.) Flush
5.) Straight
6.) Three of a Kind
7.) Two Pairs
8.) One Pair
9.) Skip Straight
10.) Round The Corner Straight
11.) Blaze
12.) Four Flush