Re: [PHP] Open Source BTS?? -- Roach

2007-11-16 Thread David Calkins
We use Mantis and love it! Works very well, but to each his own. Also, SourceForge uses svn now. Has for awhile. On Nov 16, 2007 5:23 PM, Daevid Vincent <[EMAIL PROTECTED]> wrote: > You could install the system I wrote called "Roach". > You can see an older version on my site (and I can post up

Re: [PHP] Simple reading a file and extract fields

2007-11-13 Thread David Calkins
The fgets() function only reads a single line from the file. See the below link for a way to read through all lines in the file. Then after reading each line, use substr to pull out the fields. http://us.php.net/manual/en/function.fgets.php On Nov 13, 2007 8:53 AM, Ronald Wiplinger <[EMAIL PRO

Re: [PHP] Which is the best windows IDE for PHP ?

2007-11-12 Thread David Calkins
TextPad is a great code editor for Windows. http://www.textpad.com/ On Nov 13, 2007 12:10 AM, Andrew O. Shadoura <[EMAIL PROTECTED]> wrote: > mvh wrote: > > > I am using crimson editor for editing now > > It is the best editor i found. > > > But is it not an IDE. > > Use vi/vim/gvim if you are f

Re: [PHP] web page download question

2007-11-12 Thread David Calkins
The graphically rendered, formatted page, and the raw data XML. On Nov 12, 2007 8:23 PM, Chris <[EMAIL PROTECTED]> wrote: > > David Calkins wrote: > > I'm attempting to "scrape" a web page to pull out some pertinent info. > > The URL looks similar to the below

[PHP] web page download question

2007-11-12 Thread David Calkins
I'm attempting to "scrape" a web page to pull out some pertinent info. The URL looks similar to the below. http://www.someserver.com/user-info.xml?user=myusername If I paste the above into my web browser, the page comes up and displays the information. If I try "view source", I get an XML docum

[PHP] determining client's external IP

2006-03-12 Thread David Calkins
My web page needs to determine the client's external IP address, i.e., the IP address that others viewing the web page would be able to use to contact that user's machine (assuming they've setup the appropriate forwarding into their actual machine of course). In this environment the clients want