Oct 30, 2002 #1 jemminger Programmer Jun 25, 2001 3,453 US hello, what is the php equivalent of ASP's Response.Redirect()? thanks! ========================================================= if (!succeed) try(); -jeff
hello, what is the php equivalent of ASP's Response.Redirect()? thanks! ========================================================= if (!succeed) try(); -jeff
Oct 30, 2002 #2 danielhozac Programmer Aug 21, 2001 2,058 SE Code: header("Location: <URL>"); //Daniel Upvote 0 Downvote