Search results

  1. L

    Checking an email using PHP?

    How would I search through a string in php to see if it is in the format [email protected]?
  2. L

    Checking an email using PHP?

    How would I search through a string in php to see if it is in the format [email protected]?
  3. L

    Php require with fixed path?

    Hey, how would I use require in php and use a path which starts from a root or something? As in, not relative to that page, as with what I'm using a lot of pages are loaded within another page and so all the paths change. Thanks. Alright! I found a way to do it, by using: $root =...
Back
Top