Crazy PHP Coder
Home
About
Post RSS
Contact
Log In
skip to main
|
skip to sidebar
Monday, December 31, 2012
Giving condition in PHP
<?php
$x = 5;
$y = 9;
if($x > $y) echo 'x is greater than y';
else echo 'x is less than y';
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
Array
(2)
Function
(1)
IF Else
(1)
Introduction
(1)
Loop
(2)
String
(3)
Variables
(1)
No comments:
Post a Comment