Jump to content

[SOLVED] Check this coding...


acctman

Recommended Posts

does this look right... I haven't processed it yet since it part of a biggere piece of coding, but does everything look right?

 

        if ($_POST['add_type']==1 && $_POST['add_rateme']==OFF) {
           $rateme=1;
           } else {
           $rateme=3;
           }

Link to comment
https://forums.phpfreaks.com/topic/122940-solved-check-this-coding/
Share on other sites

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.