Search results

  1. V

    How to parse_url from mysql table using php?

    Hi I use this function to parse url: $returnValue = parse_url('http://answers.yahoo.com/question/', PHP_URL_HOST); My question is how to parse url that's saved in mysql table? $returnValue = parse_url('WHAT DO I TYPE IN HERE?', PHP_URL_HOST); $info2->link is my link here's my code...
  2. V

    What can I do about getting phone calls from Direct T.V. for a customer that is not me?

    Since last July, every few months I have to explain to Direct T.V. that they have the wrong number and I am not the person they are looking for. Every time this happens I am assured my number has been taken off their list, but then I get another phone call a few months later. They refuse to give...
Back
Top