0

I want to pass some value to one website to another website through URL and store the values in session in other website. So I need to pass all the data regarding that website.

Here is my error message below:

A PHP Error was encountered
Severity: Warning
Message: Header may not contain more than a single header, new line detected
Filename: helpers/url_helper.php
Line Number: 542
halfer
  • 19,824
  • 17
  • 99
  • 186

1 Answers1

0

I don't think the problem is too many variables. There is probably a new line in one of your variables. Try encoding your URL first and check again.

amit
  • 874
  • 7
  • 16