PHP Redirect

Place at the top of the code before any item has been sent to browser –

‘<‘

‘?’

‘php’

‘header( ‘Location: http://www.yoursite.com/new_page.html’ ) ‘

‘;’

‘?’

‘>’

(obviously taking out the ” and joining relevant items – I’ll work out how to display code one day, just not this day!)