Removed Duplicate more info (#32775)

Removed duplicate more info lines and Added in one section
pull/24674/head^2
NIKHIL BHANSI 2018-12-13 14:32:32 +05:30 committed by Randell Dawson
parent d9e53288cf
commit 4f4577ed15
1 changed files with 5 additions and 6 deletions

View File

@ -108,10 +108,9 @@ There is also an alternative syntax for control structures
else:
statement5;
endif;
```
```
For more information check out the following link:
<a href='http://php.net/manual/en/control-structures.alternative-syntax.php' target='_blank' rel='nofollow'>PHP Alternative syntax for control structures</a>
For more information please check out the following link:
[PHP: if](http://php.net/manual/en/control-structures.if.php)
#### More Information:
* <a href='http://php.net/manual/en/control-structures.alternative-syntax.php' target='_blank' rel='nofollow'>PHP Alternative syntax for control structures</a>
* <a href="http://php.net/manual/en/control-structures.if.php" rel="nofollow">php.net control structures If Manual</a>
* <a href="https://secure.php.net/manual/en/control-structures.elseif.php" rel="nofollow">php.net control structures Else If Manual</a>