me server is giving me this warning
im changing it with header(location:"index.php")stupid server wrote:Warning: Cannot modify header information - headers already sent by xxxx
Anyone with some php knowledge can you help me?
im changing it with header(location:"index.php")stupid server wrote:Warning: Cannot modify header information - headers already sent by xxxx
Do you have any includes in your page? (i.e. other pages included which also feature a header) If so, you may be sending multiple headers.havoknz wrote:Hi
me server is giving me this warning
im changing it with header(location:"index.php")stupid server wrote:Warning: Cannot modify header information - headers already sent by xxxx
Anyone with some php knowledge can you help me?