I am using the strpos function in this manner:
if (strpos(($string), 'AT&T')) > 0)
I don't need to input or display using http. This is just a phpscript that I'll run from the command prompt.
Thanks.