- This topic has 7 replies, 4 voices, and was last updated 21 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › Archives › Instant Messaging › AIM Support › PHP Users — Redirect in AIM!
As you are probably aware, the refresh redirection technique does not work in AIM. However, in PHP, it is possible to redirect using the header() function. Just add:
header("Location: http://www.website_here.com/");to your script, and you can redirect within AIM!
Question: Can you actually put this code into your AIM profile?
Or does it only work if you have your profile link to a PHP page (with staying in AIM profile window). And from that PHP page, your script will change it to another page.
Can you put that into your actualy profile so that it will automatically redirect you to another site (I.E. your subprofile).
~Sathallrin~
Nope…unfortunately, this has to be in a link since the actual profile itself cannot be coded in PHP. But I’ll keep trying…
Edited by – MasterNES on 04/03/2002 20:47:28
Good luck with finding something that works.
Ive attempted auto-redirection with it before, so far no sucess. Let us know if you get it to work 🙂
~Sathallrin~
can I please see an example of the entire code used for this?
Save it as a *.php page.
wouldn’t that mean that I would have to make my subprofile a php page? And of course, have to find a host for free that allows php?
Bait,
True, but you wouldn’t need your sub profile to be PHP, or if you have access to ASP hosting you can use:
<%
Response.Redirect(“http://somewhere.com/”)
%>
http://www.brinkster.com supports ASP.
Or use .