Re: [PHP] Weather php SDK for weather - Historical, current and forecast

2004-08-18 Thread Eugene Voznesensky
Thank you! Gerard Samuel <[EMAIL PROTECTED]> wrote:Eugene Voznesensky wrote: > I am looking for sources for weather information and found the site > > http://www.nws.noaa.gov/forecasts/xml/ > > Is there any way to get historical weather data via a PHP Script or any available > SDK? > > Take

Re: [PHP] ftp_connect returns false

2004-08-18 Thread Jason Wong
On Thursday 19 August 2004 08:36, DBW wrote: > >Have you enabled FULL error reporting? Are you getting any errors? > > Here are the couple of lines of interest: > > $connection = ftp_connect($server, $port); > $loggedOn = ftp_login($connection, $user, $password); > $syst

Re: [PHP] Fw: Greetings.

2004-08-18 Thread Jason Wong
On Thursday 19 August 2004 07:01, Research wrote: > Can i see CPU ID / STORAGE ID with php or javascript, or both combined. Not with PHP. As for javascript ask on a javascript list or refer to some javascript resource. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Softwa

Re: [PHP] membership via folders

2004-08-18 Thread Jason Wong
On Thursday 19 August 2004 02:31, Mag wrote: > I have searched for this kind of an app on hotscritps > and also at phpclsases, I have found a couple that > come close and am confused which one to download, Download all of them and try them out. None of them will charge you for trying it out. >

Re: [PHP] Please have a look at my function

2004-08-18 Thread Jason Wong
On Thursday 19 August 2004 08:11, Mag wrote: > I dont know regex very well but I am using one below > that I modified from the web: > return eregi_replace('', '', $string); > Its working great for 1 file, but when I put it into a > for loop to handle multiple filesit takes ages for > 10 fi

[PHP] connection_aborted does not work

2004-08-18 Thread Nolan Eakins
Today is the first time I've ever used connection_aborted, and it doesn't work. There are some bug reports for it dating back to 2002. I'm using PHP 4.3.2. The following script doesn't do what it's supposed to: I got that script from php.net's manual page for connection_aborted(), and modified i

Re: [PHP] ftp_connect returns false

2004-08-18 Thread DBW
Jason, Thanks again for the reply. Much appreciated. Just to clarify a point, does it matter where you are coming from and executing the php script? i.e. I am using a browser that is behind a firewall blocks ftp (hence why I am trying to set up this ftp stuff through php). I am pretty sure tha

Re: [PHP] ftp_connect returns false

2004-08-18 Thread Jason Wong
On Thursday 19 August 2004 13:43, DBW wrote: > Just to clarify a point, does it matter where you are coming from and > executing the php script? i.e. I am using a browser that is behind a > firewall blocks ftp (hence why I am trying to set up this ftp stuff through > php). I am pretty sure that i

<    1   2