Gossamer Forum
Home : General : Internet Technologies :

page locks up when using header command

Quote Reply
page locks up when using header command
ive got a php site, now today the page started to just lock up and not submit anything when you press the submit button. Its happening in all the places im using the header("Location = ...") command.

Is there any other way to go from one page to the other instead of using the header command? and why would it be locking up my page and making it not refresh?
Quote Reply
Re: [WoSkI] page locks up when using header command In reply to
What are you using in the header() command?

header("Location: http://www.page.com \n\n");

Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] page locks up when using header command In reply to
header("Location: login.php?action=login");

all sorts of stuff like the above. I found out that its my computer and not the site, other people have no problem with it, just on my computer it times out all the time, anyone have any suggestion as to why it would do this only on my computer? im running a fully patched version of XP.