I am receiving an error when I call my php file, from an external application:
I think that there is some kind of limit in the amount of data that can fit
into the header.
is there perhaps a header setting or better way,
preferably I do not want the data to be returned via the content.
Google does not seem to have answers either. :glare:
<?php
session_start();
header("SQL_RESULTS: SQL_RESULTS=$alist");
?>
Thanking you.