Results 1 to 10 of 10
Thread: PHP
Hybrid View
-
13th April 2017 13:00 #1Product of Science
Join Date: Aug:2016
Location:
Posts: 294
PHP
PHP MySQL . , - ! ?
-
13th April 2017 13:43 #2
.mysql_query("SET NAMES UTF8");Last edited by odido; 13th April 2017 at 13:44.
Lenovo R61i/8GB DDR2 800/T7700 2.4Ghz /Adata SSD 240GB
-
13th April 2017 13:49 #3
! - . - . mysqli, : mysqli_set_charset('utf8'), . , , - , .
, , . .Fujistu Lifebook E756 | Core i7-6500U / 400MHz-3.1GHz | 8 GB DDR4-2133 | Samsung PM871 / 256 GB SSD | 15" 1920x1080 | Manjaro Linux + kernel 4.19
-
13th April 2017 14:16 #4Product of Science
Join Date: Aug:2016
Location:
Posts: 294
.Code:<!DOCTYPE html> <html> <head> <meta charset="utf-8">
:
:Code:mysql_query("SET NAMES UTF8");
:Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
.Code:mysqli_set_charset($conn,"utf8");
phpMyAdmin 4 ....
: Collation utf8_unicode_ciLast edited by c3p0; 13th April 2017 at 14:35.
-
13th April 2017 16:56 #5
mysqli_set_charset($conn,"utf8")
$conn mysqli_connect() $conn = mysqli_connect(). php-, "", ...Last edited by odido; 13th April 2017 at 17:00.
Lenovo R61i/8GB DDR2 800/T7700 2.4Ghz /Adata SSD 240GB
-
13th April 2017 17:10 #6Product of Science
Join Date: Aug:2016
Location:
Posts: 294
:
:Code:$conn = new mysqli();
,Code:$conn = mysqli_connect();
Last edited by c3p0; 13th April 2017 at 17:16.
-
13th April 2017 17:29 #7Lenovo R61i/8GB DDR2 800/T7700 2.4Ghz /Adata SSD 240GB




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in