|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Redirect
Is there a way to have php redirect someone to another page with out using meta tags just strictly php?
|
|
#3
|
|||
|
|||
|
RE: Redirect
It tells me that the headers have already been sent.
|
|
#4
|
|||
|
|||
|
RE: Redirect
headers have to be sent before any other content
|
|
#5
|
|||
|
|||
|
RE: Redirect
header() can only be used if no other output has been sent to the browser......
|
|
#6
|
|||
|
|||
|
RE: Redirect
yes look that there would be nothing returned in to webpage!!
There can be allkinds of algorithms but nothing can output to web. |
|
#7
|
|||
|
|||
|
RE: Redirect
I had to create a inbetween page in order to use this, but it worked. Thanks all!
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Redirect |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|