[PHP] Re: Scripts keep refreshing

2002-01-18 Thread Julio Nobrega Trabalhando
Maybe you were doing something like this: if (function() == true) { header(Location: this_page.php); } And your function() is now broken because you upgraded to php4? It's probaly something like this, some function that worked on php3 and now it's not. -- Julio Nobrega. Um dia eu

[PHP] Re: Scripts keep refreshing

2002-01-18 Thread Michel van Westen
Yeah i thought it would be something like that too at first, but it happens to all scripts and most of them don't use header(Location:...); Julio Nobrega Trabalhando [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Maybe you were doing something like this: if