"; $updaterec = mysql_query("$update") or $msg="Unable to update, contact admin.
"; if ($updaterec!='') { $msg="Record successfully updated."; } } } if (($admin) && ($pid!="") && ($status=='save')) { $update="update $table[$pjob] set MyStyle='$textarea' where $sid[$pjob]='$pid'"; $updaterec = mysql_query("$update") or $msg="Unable to update, contact admin.
"; $msg.="$update
"; if ($updaterec!='') { $msg.="Record successfully updated."; } } if ($pid!="") { $qry="select MyStyle from $table[$pjob] where $sid[$pjob]='$pid'"; } else { $qry="select MyStyle from $table[$job] where $sid[$job]='$fid'"; } //$qry="select MyStyle from $table[$pjob] where id ='$pid'"; $rec=SelectQry($qry); ?> "; } ?>

About Me