Undefined index for the last element of array while fetching datas from db through an array variable. I use for each loop to seperate and also in_array()...ki ndly help pls.....


Here is the code......
Code:
<?php

include("includes/global_inc.php");

$qry1=$_REQUEST['qry'];
$feilds2=$_REQUEST['fields1'];
$cnt=$_REQUEST['count'];
$feild_name=explode(",",$feilds2);
...