Jump to content

pecooou1

New Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by pecooou1

  1. I have code for displaying result from database:

    foreach ($_SESSION["products"] as $cart_itm)
            {
               $product_code = $cart_itm["code"];
    		   $results = $mysqli->query("SELECT * FROM products WHERE product_code='$product_code' LIMIT 1");
    		   $obj = $results->fetch_object(); 

    Now, I display data with: $obj->product_name

     

     

    When I get the list, how to put inline numbers (1 2 3 4 ...)?

     

    1       products1

    2       products1

    3       products1

    4       products1..

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.