View Single Post
01-28-2011, 07:24 AM
#2
Psychotomus is offline Psychotomus
Status: Member
Join date: Mar 2005
Location: baltimore, md, usa
Expertise: php, mySQL, js, aJax
Software: virtual brain cells
 
Posts: 167
iTrader: 0 / 0%
 

Psychotomus is on a distinguished road

  Old

To redirect you would use

PHP Code:
header("Location: url"); 
You will not be able to redirect if you allready outputted text.

You can include another file by

PHP Code:
include("filepath/filename.ext");