Search results

  1. C

    PHP to check a URL redirect?

    How can I write a php function or script to check what a URL redirects to and create a case based on that? For example, let's say i have the URL http://www.xyz.com. Dependent on whether a live user is online, I want it to redirect to http://www.abc.com, and then list some code. If the person...
  2. C

    PHP to check a URL redirect?

    How can I write a php function or script to check what a URL redirects to and create a case based on that? For example, let's say i have the URL http://www.xyz.com. Dependent on whether a live user is online, I want it to redirect to http://www.abc.com, and then list some code. If the person...
Back
Top