RE: QoQ how? 2 seperate datasources/conections

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



scratch that
i cant.. they have to remain seperate..

so my only action is below::?
seems like it would be SO much easier to creat a new query that joins the 2
other queries??
is that possible in php???


<?php do {  ?>

<?php if (!(strcmp($row_rsForumUser['ID_MEMBER'],
$row_rsMember['ID_MEMBER'])))
{ echo "<img width=\"80\" height=\"80\" src=\""; echo
$row_rsForumUser['avatar']; echo "\"\>";}
 ?>

<?php
} while ($row_rsForumUser = mysql_fetch_assoc($rsForumUser));
  $rows = mysql_num_rows($rsForumUser);
  if($rows > 0) {
      mysql_data_seek($rsForumUser, 0);
	  $row_rsForumUser = mysql_fetch_assoc($rsForumUser);
  }
?>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux