PK

ADDRLIN : /home/anibklip/pcfcindia.com/19-20/accounts/
FLL :
Current File : /home/anibklip/pcfcindia.com/19-20/accounts/all_success.php

<?php
	session_start();
	require_once '../common/common.php';
	require_once '../common/secure.php';
	include ("../head_account.php");
?>
	<div align="left" style="float:left;"><!-- <a href="tax_report.php">Back</a> --></div> 
	 
	<div align='center'>
		<table width="500px" border="0px">
			<tr>
				<td colspan="2">
					<p align="center"><img src="../msg.jpg"></p>
				</td>
			</tr>
			<?php 
				if($_GET['act']=='edit_invoice')
				{
					$val="In  Your Invoice Amount is  Now Updated<br/>
						Click here to go <a href='cert_income.php?type=normal'>Certificate Income List</a>";
				}
				if($_GET['act']=='reason')
				{
					$val="Your Cancel Invoice Or Certificate is Now Canceled<br/>
						Click here to go <a href='cert_income.php?type=normal'>Certificate Income List</a>";
				}
				if($_GET['act']=='reg_income')
				{
					$val="Your Regular Income now Updated <br/>
						Click here to go <a href='regular_income.php?type=normal'>Certificate Income List</a>";
				}
				if($_GET['act']=='exp_amt')
				{
					$val="Your Expenditure is now Updated<br/>
						Click here to go <a href='expend_edit.php'>Certificate Income List</a>";
				}
			?>
			<tr>
				<td>
					<p align="center"><?=$val; ?></p>
				</td>
			</tr>
		</table>
	</div>
<?php
	include ("../foot.php");
?>


PK 99