PDA

View Full Version : Dummy PHP Question



Hobbes
January 21st, 2002, 15:25
Dummy question...

Whats the PHP code to make a page automatically go somewhere else?

Like in PERL it was something like

print "Location: http://www.somewhere.com\n";

Gonzo
January 21st, 2002, 15:34
Header("Location: http://www.site.com");

Hobbes
January 21st, 2002, 23:00
Thank you Gonzo:D

niv
January 21st, 2002, 23:14
Gonzo, will this work with MIME types?

i.e Content-type: audio/x-pn-realaudio

Dusty
January 21st, 2002, 23:22
Sure.