if (int(substr($re cord,1,8)) > int(0)||
(substr($record ,11,16))> int(0))
{
if (int(substr($re cord,1,9)) >= int(100000000)) {
$Ban = trim(substr($re cord,1,9));
}
if ((substr($recor d,48,8)) ne null) {
$prd_typ = trim(substr($re cord,48,8));
}
this don't work as it doesn't recognise the null value, somebody please help me in this problem
what i am trying to do isas soon as my prd_typ hit null value i want to print prev value what is in the prd_typ ..
(substr($record ,11,16))> int(0))
{
if (int(substr($re cord,1,9)) >= int(100000000)) {
$Ban = trim(substr($re cord,1,9));
}
if ((substr($recor d,48,8)) ne null) {
$prd_typ = trim(substr($re cord,48,8));
}
this don't work as it doesn't recognise the null value, somebody please help me in this problem
what i am trying to do isas soon as my prd_typ hit null value i want to print prev value what is in the prd_typ ..
Comment