my code is:
display.php
Code:
<img src="displayimg.php?co=<?php echo $t;?>"> \\$t is some id value i am sending to displayimg.php
Code:
<?php $cpno=$_GET['co'];
<img src="displayimg.php?co=<?php echo $t;?>"> \\$t is some id value i am sending to displayimg.php
<?php $cpno=$_GET['co'];
pg_query_params("select distinct compno,comp_name,sub from compl where comp_name like '%$1%' or sub like '%$2%' or comp_details like '%$3%' or action like '%$4%'",$arr);
Leave a comment: