Tuesday 20 March 2018

SOLUTION OF ERROR IN PHP: CANNOT MODIFY HEADER INFORMATION – HEADERS ALREADY SENT BY..

Hello,
to solve this error, you have to check following things
  1. session_start(); should be at the first position in your program
  2. dont put blank space or white space before “<?php “
Thank you

No comments:

Post a Comment

Infinite scroll on collection page in Shopify

 Hello, Collection page structure is as followed {% paginate collection.products by 48 %} <div class="collection-content"> ...