PHP Header() error
-
Hi, As i am developing a small CRUD(create,read,update,delete) application. In this application the following errors persists. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\WishList\index.php:3) in C:\xampp\htdocs\WishList\index.php on line 12 Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\WishList\index.php:3) in C:\xampp\htdocs\WishList\index.php on line 14 Can anyone provide solution for this one.
-
Hi, As i am developing a small CRUD(create,read,update,delete) application. In this application the following errors persists. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\WishList\index.php:3) in C:\xampp\htdocs\WishList\index.php on line 12 Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\WishList\index.php:3) in C:\xampp\htdocs\WishList\index.php on line 14 Can anyone provide solution for this one.
-
Hi, As i am developing a small CRUD(create,read,update,delete) application. In this application the following errors persists. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\WishList\index.php:3) in C:\xampp\htdocs\WishList\index.php on line 12 Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\WishList\index.php:3) in C:\xampp\htdocs\WishList\index.php on line 14 Can anyone provide solution for this one.
you can't print any text to the screen before calling session_start()
-
you can't print any text to the screen before calling session_start()