From 4f4577ed1594a78ad134970ec42936cd0927abc6 Mon Sep 17 00:00:00 2001 From: NIKHIL BHANSI Date: Thu, 13 Dec 2018 14:32:32 +0530 Subject: [PATCH] Removed Duplicate more info (#32775) Removed duplicate more info lines and Added in one section --- guide/english/php/if-else-statement/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/guide/english/php/if-else-statement/index.md b/guide/english/php/if-else-statement/index.md index f06af2d3dc..e8a7f942fe 100644 --- a/guide/english/php/if-else-statement/index.md +++ b/guide/english/php/if-else-statement/index.md @@ -108,10 +108,9 @@ There is also an alternative syntax for control structures else: statement5; endif; -``` +``` -For more information check out the following link: -PHP Alternative syntax for control structures - -For more information please check out the following link: -[PHP: if](http://php.net/manual/en/control-structures.if.php) +#### More Information: +* PHP Alternative syntax for control structures +* php.net control structures If Manual +* php.net control structures Else If Manual \ No newline at end of file