Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cisvindesh authored Sep 9, 2024
1 parent eb5d86d commit db5d961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
$name = 'hello';
if($name == 'hello') {
print "condition is true"
}
?>

0 comments on commit db5d961

Please sign in to comment.