Welcome Guest, Not a member yet? Register   Sign In
control based action in anchor tag not showing in server
#1

In my windows system working, but in server this will not be working
Code:
 <?php
$actionbutton = $row['status'] == 'success' ? anchor('Users/getpdf/'.$row['appno'],'Generate Pdf','class="btn btn-success"') : anchor('Users/validate/'.($row['appno']),'Pending','class="btn btn-warning"')  ;
?>
<td align="center" ><?= $actionbutton;?></td>


need help.
Reply


Messages In This Thread
control based action in anchor tag not showing in server - by kvanaraj - 09-20-2018, 04:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB