-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworking.php
22 lines (19 loc) · 885 Bytes
/
working.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
echo '<h1>I am all listening.!!!';
<<<<<<< HEAD
?>
<a href="result.php?tn=<?php echo $result['train_no']; ?>
&&f=<?php echo $result['fair']; ?>&&d=<?php echo $date; ?>
&&c=<?php echo $result['current_day']; ?>&&cl='AC1' " >AC1</a>
<a href="result.php?tn=<?php echo $result['train_no']; ?>
&&f=<?php echo $result['fair']; ?>&&d=<?php echo $date; ?>
&&c=<?php echo $result['current_day']; ?>&&cl='AC2'" >AC2</a>
<a href="result.php?tn=<?php echo $result['train_no']; ?>
&&f=<?php echo $result['fair']; ?>&&d=<?php echo $date; ?>
&&c=<?php echo $result['current_day']; ?>&&cl='AC3'" >AC3</a>
<a href="result.php?tn=<?php echo $result['train_no']; ?>
&&f=<?php echo $result['fair']; ?>&&d=<?php echo $date; ?>
&&c=<?php echo $result['current_day']; ?>&&cl='Sleeper'" >SL</a>
=======
?>
>>>>>>> origin/master