New PHP user requests your assistance.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am receiving NOTICES when I run a script like this one:

<?php
echo "<p>Welcome <b>$_POST[user]</b>!</p>";
echo "<p>Your product choices are:<br>";
if (!empty($_POST[products])) {
   echo "<ul>";
   foreach ($_POST[products] as $Value) {
       echo"<li>$value";
   }
   echo "</ul>";
}
?>

The following are example of the Notices that I receive.
Inline image 1

I welcome and seek advice from those more experienced.
Thank you.
Wes Smith


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux