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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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.