thankz in advanced
aspcan asp redirect like php????
Page 1 of 1
6 Replies - 1930 Views - Last Post: 30 September 2001 - 07:16 AM
#1
asp
Posted 21 May 2001 - 01:16 PM
i`m trying to use php on my site but can`t because it`s not instaled so i was wondering if i could asp insteda.... all i need it to do is redirect like asp does....
Replies To: asp
#2
Re: asp
Posted 21 May 2001 - 03:22 PM
ASP needs to be installed also. Is it installed on your server? And I don't really see how the script I wrote for you would help the site, it's just a fancy way of redirecting people instead of offering direct links
#3
Re: asp
Posted 29 May 2001 - 07:40 AM
to rederict with as you can use this:
<%
response.redirect("index.asp")
%>
(Edited by WKYAUndertaker at 9:41 am on May 29, 2001)
#4
Re: asp
Posted 18 June 2001 - 04:18 PM
is that the same as the php script
<?
if($id == 1){$url = "insert url here";}
else if($id == 2){$url = "insert url here";}
else if($id == 3){$url = "insert url here";}
else if($id == 4){$url = "insert url here";}
else if($id == 5){$url = "insert url here";}
?>
#5
Re: asp
Posted 08 August 2001 - 07:32 AM
You can use:
<%
response.redirect "whatever.asp?name=" & xvariable_here
%>
<%
response.redirect "whatever.asp?name=" & xvariable_here
%>
#6
Re: asp
Posted 08 August 2001 - 07:41 AM
that's some confusing stuff going on there...my question is, why redirection instead of direct hits?
#7
Re: asp
Posted 30 September 2001 - 07:16 AM
nevermind... that site i gone... i dont need anymore.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|