Jump to content

this should be simple... but not working right


sk121506

Recommended Posts

Even tho it's through a paypal script, it should still be ok. I have tested my site and since i have two drop-down lists i want to separate the two options. for some reason, my options are getting mixed up. I have a few if statements but each time selection "2" is ordered, the if statements always revert back to "1". Any help would be great. Hope i'm clear enough.

 

if($option_selection2 = "1"){

echo "blah blah";

}

elseif($option_selection2 = "2"){

echo "more blah";

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.