Jump to content

Search the Community

Showing results for tags 'while'.

  • Search By Tags

    • while ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. Hi, I have my code in php for some other project is like this <div class="post-wrap"> $i = 0; while ( have_posts() ) $i++; if($i==1) { $class= 'active'; } else { $class= ''; } <div class="box '.$class.'"></div> endwhile; </div> Now this gives the...
  2. Hello everybody! I just downloaded Prestashop about a week ago. I do not know how to write or use HTML code, and have not changed any files for my website. My URL is Syrenosicards.com While attempting to add an image (1-1.2 MB) to a product lisitng, I keep receiving the error, "ERROR WHILE C...
×
×
  • Create New...