Jump to content

ksklos

New Members
  • Posts

    2
  • Joined

  • Last visited

ksklos's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I put the code at the top of my code but now I don't know what to do. I am using notepad++ to write my code.
  2. Can someone look at this and tell me why it won't show on my website. I am kind of new to php. <?php /* file: index.php Author: Sue Klos Purpose: View Products */ $products[0] = array( 'name' => 'Sneakers', 'price' => $24.99, 'category' => 'Shoes', 'description' => 'Black', ); echo "<h2 styles='Text-align:center;'>Salter Tree and Herb Farm</h2> <h3>Our Products</h3> <p> " . $products[0]['name'] . "<br /> Price: $" . $products[0]['price'] . "<br /> Category: " $products[0]['category'] . "<br /> " $product[0]['Description'] . "<br /> </p>"; /*Note the ending quote of the quote on the echo line*/ ?>
×
×
  • 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.