Re: Why oh why (PHP)



 DEVELOP > Dreamweaver > Re: Why oh why (PHP)

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > Dreamweaver
User: "Michael Fesser"
Date: 17 Apr 2005 10:42:53 AM
Object: Re: Why oh why (PHP)
.oO(Kim)

Header("Location: index.php");

The URL has to be absolute, scheme (http) and hostname are missing.
Micha
.

User: "Kim"

Title: Re: Why oh why (PHP) 17 Apr 2005 12:43:03 PM
Hi Micha,
Thanks. I'll fix it. But it works as it is now!!
Kim
Michael Fesser wrote:

.oO(Kim)


Header("Location: index.php");



The URL has to be absolute, scheme (http) and hostname are missing.

Micha

.
User: "David Powers"

Title: Re: Why oh why (PHP) 17 Apr 2005 01:21:44 PM
Kim wrote:

Thanks. I'll fix it. But it works as it is now!!

Yes, it will work in just about every browser, I think. But Micha's
right, it should be a full URL. I think it has something to do with
preserving the correct history in the browser (so the back button knows
where to go). There's a useful piece of code on the PHP manual page that
could be used as a snippet to create the correct path:
http://www.php.net/manual/en/function.header.php
--
David Powers
Author, "Foundation PHP 5 for Flash" (friends of ED)
Co-author "PHP Web Development with DW MX 2004" (Apress)
http://computerbookshelf.com
.
User: "Kim"

Title: Re: Why oh why (PHP) 18 Apr 2005 07:30:58 AM
Excellent. Thanks David.
David Powers wrote:

Kim wrote:

Thanks. I'll fix it. But it works as it is now!!



Yes, it will work in just about every browser, I think. But Micha's
right, it should be a full URL. I think it has something to do with
preserving the correct history in the browser (so the back button knows
where to go). There's a useful piece of code on the PHP manual page that
could be used as a snippet to create the correct path:

http://www.php.net/manual/en/function.header.php

.




  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.4672     pg.3585     pg.2749     pg.2106     pg.1612     pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER