Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8151479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:24:11+00:00 2026-06-06T15:24:11+00:00

I need a div css boxes every time with html-php content, when its in

  • 0

I need a div css boxes every time with html-php content, when its in one row 6 pieces of boxes exist automated starts under and again 6 boxes and goes on what I exactly mean is a behaivour like in facebook album just the difference facebook has 4 Photos for every row i need six and not photos but a just div css boxes which will contain *.php files and will be produced through a form in same page, for example i give in form name John Doe in one box and Bill Clinton in second box and so on.

here is my try

 <body>
 <div class="header">
 header
 </div>
 <?php
$dir= opendir(".") or die ('Cannot open directory');
$div="<div class=\"left1\">\n";
echo "<div class=\"wrapper\">\n";
for( $i=0; $i<6; $i++){
    while(($file = readdir($dir)) != false){
    if(preg_match("/php$/", $file)){
    echo $div;
    include($file); 
    echo "</div>\n";
    }
    }
}
echo "</div>\n";

?>
</body>
</html>

but it doesn’t work as I wish.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T15:24:12+00:00Added an answer on June 6, 2026 at 3:24 pm

    Just do the following :

    <?php 
    
    for($j=1; $j < 13; $j++) : 
    
    print '<div style="float:left;width:100px">';
    
        print 'your content here for the div. change width and loop numbers as needed';
    
    print '</div>';
    
    //magic is here
    if($j%6==0) print '<div style="clear:both;"></div>';
    
    endfor; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to read CSS settings for the div's width and height etc in
I'm having an CSS problem, i need to achieve this article div#comments-wrapper ul.sub-comment:before {
I need to hide div 'email' content if the div 'name' is empty. I
Need to get an div with overflow:hidden; not to wrap its children. I need
Guys Need your help. I have a shadow applied to Div thru CSS, but
I need to do the following with my HTML with CSS: I need to
Possible Duplicate: Change CSS Dynamically I need to change the height of a div
Basically I need div.content to have a default padding of 15px EXCEPT for when
i need to align elements in two different div elements . my css div.details-box
I've got the following problem. I need to set a width of one div

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.