Beispiel #1
0
"><?php 
    echo $cGoods->get_gName($i);
    ?>
</a>
							</td>
						</tr>
						<tr>
							<td>メーカー: <?php 
    echo $cGoods->get_gMname($i);
    ?>
</td>
						</tr>
						<tr>
							<td id="tableCreatematch_bottom">
								値段: <?php 
    echo number_format($cGoods->get_gprice($i));
    ?>
円
							</td>
						</tr>
		<?php 
    //	カートボタン設置問題..。どうするか?
    /*<input type="button" onClick="location.href='./addCart.php?gID=<?= $cGoods->get_gid($i) ?>'" value="カートに入れる" />*/
}
?>
					</table>
				</div>
			</div>

			<div id="leftside" >
				<div id="loginForm">