I am receiving an error: "header too long" HTTP_MIME_TOO_LONG
when I call my php file, from HttpCli,
*How shoud one I get the vars from php?*

Not sure about what you mean by this sentence...

I think that there is some kind of limit in the amount of data that can fit
into the header.
$alist does hold a long list of SQL data.
<?php
session_start();
header("SQL_RESULTS: SQL_RESULTS=$alist");
?>

Why would you send your SQL data in the header ? You should probably send it in the document.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to