Skip to content
View rumyantsevaT's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report rumyantsevaT

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Как подключить PDO php? Как подключить PDO php?
    1
    //1. Connect to DB on localhost = подключение к БД на локальном хосте
    2
    
                  
    3
    //Создаем переменную и передаем в нее параметры подключения к нашей БД 
    4
    $pdo = new PDO ("mysql:host=localhost; dbname=test", "root", "");
    5
    
                  
  2. Настройки Sublime text 3 Настройки Sublime text 3
    1
    {
    2
    	"bold_folder_labels": true,
    3
    	"caret_extra_bottom": 2,
    4
    	"caret_extra_top": 2,
    5
    	"caret_extra_width": 2,