[PHP-WIN] google API via nuSoap

2002-10-24 Thread brendan
a WSDL request via a proxy server? has ANYONE managed to get the google API running from a WIN2K box? cheers Brendan. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE:escape loop on timeout

2001-05-22 Thread Brendan
Zak Greant wrote: > Johan Lundqvist wrote: > > This is a way of doing it: > > > > $s = time() + 10; > > for ($i = time(); $i <= $s; $i++) { > > print $i; > > } > > > > Will run for about ten seconds... > > Did you leave a bit of code out? > In most cases, this will run for only a fe

Re: Odp: [PHP-WIN] RE:escape loop on timeout

2001-05-23 Thread Brendan
do when you want to measure the time but not > in the loop? > > Case: you want to limit the time of reading from an open socket (fread), the > other side doesn't answer, you wait and wait... > > Piotr Plusa > > - Wiadomosc oryginalna - > Od: "Br

[PHP-WIN] Dr F!@#son error....argh

2001-05-24 Thread Brendan
Hi PHP keeps crashing and I cant isolate why because i just get that damned Dr Watson error... the error is Acess Violation(0xc005), Address: 0x7800d6a1 it causes php to crash and the script to stop executing... i get a cgi no header error in the browser.. anyone have any ideas? would be MUC

[PHP-WIN] escape loop on timeout

2001-05-21 Thread Brendan Gogarty
hi, just wondering if there was any easy way to break/escape from a loop (for loop) if the loop exceeds a maximum time. I realise that set_timeout applies to the whole script but i am just interested in a sub function of the script. cheers! brendan. -- PHP Windows Mailing List (http