Jump to content

Recommended Posts

Posted

hi all,

i have this piece of code to check the textbox input:

$selectedProdCode="LMQ";
if ($memberDataArray['eventDate']="FEBRUARY 28") //changed from ttevents
{
$selectedProdCode="febevent";
}

elseif ($memberDataArray['eventDate']='ttevents')
{
$selectedProdCode="ttevents";
}

- with this i want to check:

if user types: FEBRUARY 28 in the box the system will select febevent

if user tyeps: ttevents in the box the system will select ttevents

somehow it doesn't work, it selects febevent all the time.

thanks!


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...