Invalid API Key'; $count = 0; } else { //they have entered their api key - now save it $_SESSION['serverurl'] = ''; if (!add_option( 'APWTAPIKEY', $APWTAPIKey)) { update_option( 'APWTAPIKEY', $APWTAPIKey ); if($APWTAPIKey == '') { $count = 0; } else { $count = 1; } } } if((strlen($APWTAPIAuth) != 16) && ($APWTAPIAuth != '')) { $message = '
If you don't already have an AllProWebTools account, you can sign up for one here.