This is the page showing mainsection ( first level of your products ). Clicking on the mainsection will move the produuct into the selected main section if the section ( second level of product ) exist then it will show the section of this mainsection . To which section you want to move product.
include ("backlink-inc.php")?>
Move Product » Main Sections
Selected Product: Art#: , Name:
$qry=mysql_query("select * from tbl_mainsection where lngid='".$LngID."' order by Rank") or die("Invalid MSecID ".mysql_error());
if($qry){
$rows=mysql_num_rows($qry);
if($rows>0){
?>
MSecID
Main Section Name
$i=1;
while($rs=mysql_fetch_array($qry)){
$qry2=mysql_query("select * from tbl_section where MSecID ='".$rs["MSecID"]."' and lngid='".$LngID."'") or die("Invalid SecID ".mysql_error());
if($qry2){
$rows2=mysql_num_rows($qry2);
if($rows2>0){
$link = "MoveSections.php?MSecID=".$rs["MSecID"]."&mpid=".$mpid."&mRanking=".$mRanking."&mpname=".$mpname."&mano=".$mano."&lng=".$LngID."";
}
else{
$link = "movenow.php?MSecID=".$rs["MSecID"]."&mpid=".$mpid."&mRanking=".$mRanking."&mpname=".$mpname."&mano=".$mano."&lng=".$LngID."";
}
}
mysql_free_result($qry2);
if (i%2==0) {
$RowColor = "#ffffff";
}
else{
$RowColor = "#f5f5f5";
}
// if (isset[$move_mSecID]) == (isset($rs["MSecID"])){
// $RowColor = "#CCFFCC";
// }
?>