Re: [PHP] returning an array from a function?

2007-10-27 Thread info
Hello List, Your help produced a refined function. The function converts a Google Map latitude and longitude into an equivalent Microsoft Virtual Earth latitude and longitude. Here is an example of how the function works, along with source code: http://www.globalissa.com/articles/convert_googl

RE: [PHP] system command

2007-10-27 Thread Instruct ICC
>> Maybe something to do with the last line (but I get several lines) >> Return Values >> >> Returns the last line of the command output on success, and FALSE on failure. >> >> > > I have within a web page: > $a=system('/usr/bin/lynx -dump http://api.hostip.info/country.php?ip='.$aa); > ?> > ...

[PHP] libgmailer.php

2007-10-27 Thread arash moosavi
I Need an example code of using Libgmailer.php for reading mails from gmail. I can login to the gmail with this Class(libgmailer.php) but I can not find its string output of emails text. Thank all

Re: [PHP] libgmailer.php

2007-10-27 Thread Daniel Brown
On 10/27/07, arash moosavi <[EMAIL PROTECTED]> wrote: > I Need an example code of using Libgmailer.php for reading mails from gmail. > I can login to the gmail with this Class(libgmailer.php) but I can not find > its string output of emails text. > > Thank all > Arash, You've been asking

Re: [PHP] returning an array from a function?

2007-10-27 Thread tedd
At 5:38 AM -0700 10/27/07, [EMAIL PROTECTED] wrote: Hello List, Your help produced a refined function. The function converts a Google Map latitude and longitude into an equivalent Microsoft Virtual Earth latitude and longitude. Oh no, don't tell me that I helped the Dark-side -- there is a d

[PHP] Java And PHP

2007-10-27 Thread Gevorg Harutyunyan
Hi, I want to use Java in my PHP scripts. I installed PHP 5.2 on windows. >From extensions I choosed Java plugin. But Java is not working with PHP 5.2. I have Java installed in C:\Porgram Files\Java\ . I tried to give right jvm.dll path correct C:\Porgram Files\Java\JDK\JRE\bin\server\jvm.dll or

Re: [PHP] Slashes, include, AJAX? {SOLVED}

2007-10-27 Thread Nathan Nobbe
On 10/26/07, Rodrigo Poblanno Balp <[EMAIL PROTECTED]> wrote: > > Nathan Nobbe wrote: > > On 10/26/07, Rodrigo Poblanno Balp <[EMAIL PROTECTED]> wrote: > > > > I get something like this is the content<\/div> > > it seems like the '/' is being escaped, but I need it as HTML. > > > > how are you usi

[PHP] SPL

2007-10-27 Thread Børge Holen
I'm currently using RecursiveDirectoryIterator and RecursiveIteratorIterator. I'm using fwrite to write to a file while parsing throught the file structure, and was wondering if it is at all possible to sort alphabetical without going all array. That seems to me like doing the job twice over. Atl

Re: [PHP] SPL

2007-10-27 Thread Nathan Nobbe
On 10/27/07, Børge Holen <[EMAIL PROTECTED]> wrote: > > I'm currently using RecursiveDirectoryIterator and > RecursiveIteratorIterator. > I'm using fwrite to write to a file while parsing throught the file > structure, > and was wondering if it is at all possible to sort alphabetical without > goin

Re: [PHP] SPL

2007-10-27 Thread Børge Holen
On Sunday 28 October 2007 01:32:15 you wrote: > On 10/27/07, Børge Holen <[EMAIL PROTECTED]> wrote: > > I'm currently using RecursiveDirectoryIterator and > > RecursiveIteratorIterator. > > I'm using fwrite to write to a file while parsing throught the file > > structure, > > and was wondering if i

Re: [PHP] SPL

2007-10-27 Thread Jochem Maas
Børge Holen wrote: > On Sunday 28 October 2007 01:32:15 you wrote: >> On 10/27/07, Børge Holen <[EMAIL PROTECTED]> wrote: >>> I'm currently using RecursiveDirectoryIterator and >>> RecursiveIteratorIterator. >>> I'm using fwrite to write to a file while parsing throught the file >>> structure, >>>

Re: [PHP] SPL

2007-10-27 Thread Jim Lucas
Børge Holen wrote: I found this code at php.net witch needs very little modifications and can do so much, but I can't figure out how to make it read alphabeticly as mentioned $it = new RecursiveDirectoryIterator($_GET['location']); foreach (new RecursiveIterato