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

  • SEARCH
  • Home
  • 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 6025873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:21:49+00:00 2026-05-23T04:21:49+00:00

the original code is as the following: <?php foreach($values as $value){ $downlink=node_load($value); echo ‘<li><input

  • 0

the original code is as the following:

  <?php

    foreach($values as $value){

        $downlink=node_load($value);

    echo '<li><input type="checkbox" checked="checked"/>.$downlink->title.'</li>';
    }

?>

i want to make the output to

 <li class="odd">...</li>
<li class="even">...</li>
.....

this is my ways. but it is not work.

$i=0;
foreach($values as $value){

            $downlink=node_load($value);
          if($i%2==0){
echo '<li class="even"><input type="checkbox" checked="checked"/>.$downlink->title.'</li>';}
else{
        echo '<li class="odd"><input type="checkbox" checked="checked"/>.$downlink->title.'</li>';
}
$i++;
        }
  • 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-05-23T04:21:49+00:00Added an answer on May 23, 2026 at 4:21 am

    Your way of doing is perfect but it has a small glitch that might be causing it not to work as intended. It seems you are missing a ‘ (single-quote) after the starting <li> tag after “/>” in both your statements.

    This is how it should look (notice the bold single-quote):

    echo ‘<li class=”even”><input type=”checkbox” checked=”checked”/>‘ . $downlink->title . ‘</li>’

    Another thing though not related – it is not required to put an ending / (forward-slash) at the end of the starting <li> tag because it has it own ending tag </li>

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My PHP code below shows an image on browser as its original size 300x300.
How can I do the following without lots of complicated code? Explode each value
The following PHP code snippet uses GD to resize a browser-uploaded PNG to 128x128.
I have the following code: for (i=1; i<=len; i++) { var optcheck = col+'|'+document.getElementById('color').options[i].value;
The original code: public List<Contact> GetContactListEntityCompiledLINQ() { if (entities == null) entities = new
here is the original code: public static int getInt () { Scanner in =
I've got a webapp whose original code base was developed with a hand crafted
I have a plugin where the original code is ... // when the DOM
The code below is (hopefully) a minimized testcase of my original problem. I'm trying
from this code will show in original color how can i change it to

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.