Jump to content

while looping problem


santosh5266

Recommended Posts

Hello all
im new to php .I have used while loop for array the code is as shown below :

$query1 = tep_db_query($q1);
while (list($a1, $b1, $c1) = mysql_fetch_row($query1)) {
$q2 = (("queryry"));

$query2 = mysql_query($q2);
if($c1 == '0') {
echo $a1 . '<br>';

}
while (list($a2, $b2, $c2) = mysql_fetch_row($query2)) {

if($c2 == '0'){
echo "<br>";
//$var1 = $done[$c2];
}
if( ($cvar != $a2) && ($a1 != $a2) ){
echo $a2 . "*";
$cvar1 = $a2;
}
echo " > ". $a1;
$cvar = $a1;
}
}

My requirement is :

Videos
North America* > United States > California
Special Categories* > Castles & Palaces
Travel Video Series* > Romantic Inns of America
Travel Video Producers* > Atlas Media Corp.

but it is coming as

Videos
North America //these two are repeating
Special Categories //these two are repeating
North America* > United States > California
Special Categories* > Castles & Palaces
Travel Video Series* > Romantic Inns of America
Travel Video Producers* > Atlas Media Corp.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.