|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
PHP -- Redirect
Ok simple one i think, is there a php equiv of:
Code:
Response.Redirect("admin_passwordFail.asp")
can't find it atm i know if i look hard enough ill find it but i know u guys love helping Cheers ![]()
__________________
Practice safe design all ways use a concept. If I have been helpful please click the scales. |
|
#2
|
||||
|
||||
|
PHP Code:
__________________
Support requests via PM will be ignored! |
|
#3
|
||||
|
||||
|
cheers mate, thats falgging up an error
Warning: Cannot modify header information |
|
#4
|
||||
|
||||
|
PHP Code:
|
|
#5
|
||||
|
||||
|
Quote:
the reason you are getting the error is because there is text being echoed before the header. The header re-direct HAS to be before anything is printed to the screen!! Hope that helps, if not post the whole page and we can point out where you are going wrong ! RF
__________________
|
|
#6
|
||||
|
||||
|
is there a way of having a redirect in there? of some sort
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
||||
|
||||
|
RAF is right, you can't have any output to the screen before the redirect or you will be an error an the redirect will fail. This includes a space. Make sure your php delimiter (<?php) is the very first thing on the page.
__________________
ShepherdWeb :: Charging Rhino Wizard I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavor. {Henry David Thoreau} § shepherdweb.com § fariswheel productions § reagan administration |
|
#9
|
||||
|
||||
|
watch out for the "headers already sent" error message down the line
![]()
__________________
The member formerly known as David Beckham ![]() ![]() Never argue with fools. They will bring you down to their level and beat you with experience.
|
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > PHP -- Redirect |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|