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:
Content-Length:
200 OK
301 Moved Permanently
400 Bad Request
404 Not Found
GET
POST
HEAD
PUT
DELETE
TRACE
OPTIONS
CONNECT
$_GET []
$_POST []
$_COOKIE []
setcookie ("Name", "Inhalt", time () + 3600);
session_id ()
session_start ()
sessions_destroy ()
<form method="GET" action="./form1.php">
<input type="password" name="password1"></input>
<input type="submit"></input>
</form>
SET PASSWORD
USE xyz
CREATE DATABASE xyz
DROP DATABASE xyz
DROP TABLE abc
SHOW DATABASES
SHOW TABLES
SHOW FIELDS FROM
SELECT * FROM abc
SELECT * FROM abc WHERE expression
SELECT * FROM abc INNER JOIN def ON abc.name1 = def.name3
SELECT * FROM abc RIGHT JOIN def ON abc.name1 = def.name3
SELECT * FROM abc LEFT JOIn def ON abc.name1 = def.name3
SELECT * FROM abc WHERE name1 BETWEEN 1 AND 5
SELECT * FROM abc ORDER BY name1
mysql_connect ()
mysql_close ()
mysql_query ()
mysql_error ()
mysql_fetch_assoc ()
mysql_fetch_row ()
mysql_select_db ()
mysql_num_rows ()
mysql_num_fields ()
BIT, INT, INTEGER, SMALLINT, TINYINT, BIGINT
BYTE, BLOB, TINYBLOB, LONGBLOB, MEDIUMBLOB
FLOAT DOUBLE, DECIMAL
CHAR, VARCHAR, TINYTEXT, LONGTEXT, MEDIUMTEXT
DATE, TIME, DATETIME, TIMESTAMP
1.) Straight Flush
2.) Four of A Kind
3.) Full House
4.) Flush
5.) Straight
6.) Three of a kind
7.) Two Pair
8.) One pair
9.) Skip Straight
10.) Round the corner Straight
11.) Blaze
12.) Four Flush