Home
About
Contact
Follow on Facebook
Home
Jobs
_Pak Army
_Pakistan Air Force
_Atomic Energy
_PAC Kamra
_Pakistan Navy
_Pakistan Railways
_POF
_Fpsc
_Ppsc
_Other Government Jobs
Programming
_c++
_Phyton
_Php
_c#
__Asp.net mvc
_Matlab
Adobe illustrator tutorial
General Knowledge
Courses
_Computer vision
Past Papers
_OTS Past Papers
_FPSC past paper
_PPSC past paper
__Computer Science
Articles
Home
Ternary operator in php
Ternary operator in php
Ternary operator in php
Muhammad Awais Khan
February 08, 2019
Ternary operator in php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ternary operator in php</title>
</head>
<body>
<?php
$v1 = 34;
$v2 = 54;
$answer = ($v1 > $v2) ? "v1 is greater" : "v2 is greater";
echo $answer;
?>
</body>
</html>
Post a Comment
0 Comments
!->
Social Plugin
Popular Posts
Categories
0 Comments