Difference between revisions of "PHP 6"
From Ilianko
(Created page with "*mysqli_connect("localhost", 'books','qwerty','books'))) *mysqli_query($con, "SET NAMES utf8") *mysqli_real_escape_string(); *mysqli_query(); *mysqli_fetch_assoc();") |
|||
| Line 1: | Line 1: | ||
| − | + | == Връзки с MySQL == | |
| − | + | ||
| − | * | + | Основни функции |
| + | |||
| + | *mysqli_connect(); | ||
*mysqli_query(); | *mysqli_query(); | ||
*mysqli_fetch_assoc(); | *mysqli_fetch_assoc(); | ||
| + | *mysqli_real_escape_string(); | ||
Revision as of 13:19, 24 October 2013
Връзки с MySQL
Основни функции
- mysqli_connect();
- mysqli_query();
- mysqli_fetch_assoc();
- mysqli_real_escape_string();