Does no-one know how I can get the POST vars in there?
If I get this done, then my server will be complete and ready to be
re-written to be half decent :oP
"Bb" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Get vars are working
I would like to know too,
"Purushotham Komaravolu" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Singleton means only one instance.. i.e. instance of a class per
> webserver... all application scripts should talk only to that same
instance
> irrespective of t
Get vars are working now!
Just gotta do post and i'm virtually done!
Anyone got a guide?
"James Cox" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > I have found if you set the environment var "REDIRECT_STATUS" to "FALSE"
> > then it works
> >
> > Someo
I have found if you set the environment var "REDIRECT_STATUS" to "FALSE"
then it works
Someone explain?
"Bb" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am trying to write a small CGI webserver.
>
>
P.ini setting cgi.force_redirect to off, 0, no and
any other negative thing I could think of to no avail
"Stig S. Bakken" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
On Tue, 2002-06-18 at 13:25, BB wrote:
> I am trying to write a small C
This method submits the form to the newly opened page, the original page
remains intact, hope this is what you wanted
"Bb" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> var winImg =
> window.open('','myD
Then turn it off?
"Marcus Boerger" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> When i have someone deactivating the cookies i get multiple PHPSESSIONID
> queries.
>
> What i do: I have a site that propageates some data with query strings.
> These i read from
> $_SERVER['QUERY
I have also had problems loading ANY dll in the new version (I was using
mssql).
A bug maybe?
"Andrew Milne" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there!
>
> I'm having problems with the GD extension on the latest Win32 download
> from php.net - w
I wrote something that did things to huge XML files (2meg+) and it took a
long time! (around 10 mins)
I used this code to read and process the XML into a arrays
function GetChildren($vals, &$i) {
$children = array();
if ($vals[$i]['value'])
array_push($children, $vals[$i]['value']);
whi
I am trying to write a small CGI webserver.
Having finally found out how to pass the Environment vars onto PHP, I am
stumpted to find that PHP wasn't reading them and putting them in their
place (GET vars).
I tried changing the exe from the php-cli to just php. This now brings up a
security err
var winImg =
window.open('','myDoc','scrollbars=no,resizable=no,width=600,height=350');
document.forms[1].target = "myDoc";
document.forms[1].submit();
"Dan Rossi" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> adding to my last question i'm needing to
11 matches
Mail list logo