Print Multiple Row without Nested Loop with Database
Print Multiple Row without Nested Loop with Database
· Some Time You need To Print Multiple Row According Database But You Can Not Print Multiple row Without Nested Loop. But I can do Without Use nested Loop. Only use <ui> and <li> tag
· click on the text to Update Photo Title .
· Auto Increase row automatically parallel to Database
<div id="container">
<h1>My Photos <small>click on the text to change the title.</small></h1>
<a href="login.php?logout=1" id="logout">logout</a>
<div id="main">
<?php require 'getPhotos.php'; ?>
<div id="response" class="hidden" />
</div><!-- end main-->
</div>
#container
{
position: relative;
width: 764px;
margin: 0 auto;
}
No comments:
Post a Comment