خرید بک لینک
If you visit the home page of my website (Reflections of a Young Man), you'll see that the "Advertise Here" image at the bottom of every story is the same? How can I modify the page's PHP code below so that I post three different images at the bottom of every story? The names of the images will be Advertisement_bottom1.jpg, Advertisement_bottom2.jpg and Advertisement_bottom3.jpg in that order.
PHP Code:

while($row mysql_fetch_assoc($result))
    {
       
$Index=$row['Index'];
       echo 
'<h2 itemprop="headline"><font color="blue"><div align="left">' $row['Title'] . '</div></font></h2>';
       echo 
'                
                <div class="post_info">
                        
                    <div class="post_date">
                        A True Story 
                    </div>
                            
                    <div class="post_author">
                        by <i itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name" itemtype="http://schema.org/Person">Thuita J. Maina</span></i>
                    </div>
                            
                    <div class="post_comment">
                               on ' 
date ('M j, Y'strtotime ($row['Date'])) . '<br>
                    </div>
                            
                    <center><i>Copyright ©</i></center>
                    
                    <div class="cleaner">
                    
                    </div>
                    
                </div>
                                                 
                <div class="post_body">'
;
                        
                            
        echo 
'<img itemprop="image" src="/scripts/timthumb.php?src=' $row['Photo_link'] . '&w=447&zc=1" alt="" oncontextmenu="return false" />';
        echo 
'<i><font size="2"><figcaption>'.$row['Photo_caption'].'</figcaption></font></i><br><br>';
        echo 
' ' nl2br($row['Story']) . '<br>';
        echo 
'<br>
        
        <!-- end of a post -->
        ---------------------------------------------------------------------
         <br><h4><font color="blue">Sharing is Caring</font></h4>
         Like this story? Then share it on:
         <br>
         <div class="wa_so"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.thuitamaina.com&t=Reflections%20of%20a%20Young%20Man™" title="Share on Facebook" target="_blank"><img src="https://www.codingforums.com/images/Facebook.png"></a>

         <a href="https://twitter.com/intent/tweet?source=http%3A%2F%2Fwww.thuitamaina.com&text=Reflections%20of%20a%20Young%20Man™:%20http%3A%2F%2Fwww.thuitamaina.com" target="_blank" title="Tweet"><img src="https://www.codingforums.com/images/Twitter.png"></a>

         <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.thuitamaina.com" target="_blank" title="Share on Google+"><img src="https://www.codingforums.com/images/Google+.png"></a>

         <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fwww.thuitamaina.com&title=Reflections%20of%20a%20Young%20Man™&summary=%3A&source=http%3A%2F%2Fwww.thuitamaina.com" target="_blank" title="Share on LinkedIn"><img src="https://www.codingforums.com/images/LinkedIn.png"></a>

         <a href="whatsapp://send" data-text="Just check out this awesome website by Thuita:" data-href="" class="wa_btn wa_btn_l"></a></div><hr>

        <a href="advert_form.php"><img src="https://www.codingforums.com/images/Advertisement_bottom.jpg"></a>
 
          <br><br></div>'
;

        } 

برچسب: نویسنده: آیلین رضوانی تاريخ: يکشنبه 10 دی 1396 ساعت: 9:38

صفحه بندی