Jump to content

chadr-php

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

chadr-php's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Oops, I was checking for > 0 when I really should have checked for !== false. Turns out that AT&T started as position 0 of the string I was using to check the script. Thanks.
  2. I want to identify strings with AT&T in them. Can't seem to find the right way to do this due to the &. 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 php script that I'll run from the command prompt. Thanks.
×
×
  • 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.