vijaythapa333 / food-order-website-php

Course - Food Order Website with PHP programming language and MySQL database.
173 stars 80 forks source link

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\food-order\admin\update-food.php:137) in C:\xampp\htdocs\food-order\admin\update-food.php on line 234 #3

Closed Musweu10 closed 3 years ago

Musweu10 commented 3 years ago

This error keeps on popping up when ever i try to update a food item in the update-food.php file, any solution?

Musweu10 commented 3 years ago

Update, the fix was to add ob_start(); in the constants,php file