From 0e862269115f6030ea2d4a82431014276fa83f4d Mon Sep 17 00:00:00 2001 From: pirland Date: Wed, 26 Dec 2018 17:13:14 -0600 Subject: [PATCH] Added code block open and close around Mysqli example. (#26354) * Update index.md Added code block open and close around Mysqli example. * Changed code block to use backticks. * Removed php tags from code example Removed php tags from code example. * Added formatting, syntax highlighting --- guide/english/php/working-with-databases/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/php/working-with-databases/index.md b/guide/english/php/working-with-databases/index.md index f296f1d3d4..a7cd008fe3 100644 --- a/guide/english/php/working-with-databases/index.md +++ b/guide/english/php/working-with-databases/index.md @@ -16,7 +16,7 @@ database simple and easy. Some Examples from Mysqli are- - -here we are connecting to a database on the phpmyadmin structure with no password and database name-db_name +``` +Here we are connecting to a database on the phpmyadmin structure, with no password, and database named `db_name`.