M
|
mmponline author 6/18/2008 |
Any help, please! |
J
|
Jane 6/19/2008 |
Stephan, {if $row.detaillink} <TD width=40><A href="GalleryUser_list.php?{$GalleryUser_masterkeys}"><IMG alt="Gallery" src="images/gallery.jpg" border=0></A></TD> {/if}
global $conn; $str = "select * from DetailTable where DetailID=".$data["MasterID"]; $rs = db_query($str,$conn); if (!$data = db_fetch_array($rs)) $row["detaillink"] = 0; else $row["detaillink"] = 1; |
M
|
mmponline author 6/19/2008 |
Jane {if $row.gallerylink}
global $conn;
|
M
|
mmponline author 6/20/2008 |
Still need help on this code... |
J
|
Jane 6/20/2008 |
Stephan, {if $gallerylink} <TD> <P align=center> <IMG alt=Gallery src="images/gallery.jpg" border=0></P></TD>{/if} global $conn; $str = "select * from Gallery where OtherID=".$values["ListID"]; $rs = db_query($str,$conn); if (!$values = db_fetch_array($rs)) $smarty->assign("gallerylink",0); else $smarty->assign("gallerylink",1); |
M
|
mmponline author 6/22/2008 |
Jane global $conn; |
J
|
Jane 6/23/2008 |
Stephan, |