Top Menu
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;

About The Author

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Close