<?php $s = '{ "GetDataResult": {} }'; var_dump(strpos($s, 'Password')); if (strpos($s, 'Password') !== false) { echo 'Yeah!'; }
You have javascript disabled. You will not be able to edit any code.