Fwd: [PHP] MySQL, MD5 and SHA1

2009-04-21 Thread Steve Holmes
Oops, meant to copy the list. -- Forwarded message -- From: Steve Holmes Date: Tue, Apr 21, 2009 at 10:13 PM Subject: Re: [PHP] MySQL, MD5 and SHA1 To: Per Jessen On Tue, Apr 21, 2009 at 1:35 PM, Per Jessen wrote: > Jan G.B. wrote: > > > A web application

Re: [PHP] "/home/{user}/directory"

2009-03-18 Thread Steve Holmes
On Tue, Mar 17, 2009 at 9:51 AM, Thiago H. Pojda wrote: > On Tue, Mar 17, 2009 at 10:42 AM, George Larson > wrote: > > > In my scripts, I usually define a boolean constant DEBUG. True looks for > > local copies of includes and echoes queries as they're used. > > > > My question is: > > > > Is the

Re: [PHP] ltrim behavior.

2009-03-12 Thread Steve Holmes
On Thu, Mar 12, 2009 at 9:47 AM, tedd wrote: > At 3:38 PM -0400 3/11/09, Robert Cummings wrote: > >> >> Just because I'm a nice guy... :) >> > > Yeah, me too -- here are three routines I use for cutting the right, left > and middle portions of strings. These were keyword routines I used in > Futu

Re: [PHP] Reverse IP lookup

2009-02-16 Thread Steve Holmes
On Sun, Feb 15, 2009 at 9:17 PM, Andrew Ballard wrote: > On Sun, Feb 15, 2009 at 1:22 PM, דניאל דנון wrote: > > > Hello, > > > > Is there anyway to get a list of sitess that are on a specific IP? > > > > I looked, But I couldn't find anything. > > > > I tried to make some with dns_get_record and

Re: [PHP] Robert Cummings

2008-09-30 Thread Steve Holmes
On Tue, Sep 30, 2008 at 2:12 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: >All: > >What was pointed as a passing mention in one thread I thought was > worth note in a thread of its own. As quoted by Rob: > > > BTW, while we're off topic... my wife delivered our third child (second > > boy)

Re: [PHP] php not reading file properly

2008-08-20 Thread Steve Holmes
On Wed, Aug 20, 2008 at 3:15 PM, sean greenslade <[EMAIL PROTECTED]>wrote: > I have this snippet of code that is supposed to read the apache access log > and display it: > $myFile = "/var/log/httpd/access_log"; >$fh = fopen($myFile, 'r'); >$theData = fread($fh, filesize($myFile)); >

Re: [PHP] need "pop-up" in progress alert

2008-04-18 Thread Steve Holmes
On Fri, Apr 18, 2008 at 12:43 PM, bruce <[EMAIL PROTECTED]> wrote: > > > what did a google search on php/ajax progress bar return? > > peace > Once I know kind of what to search for (thanks for that) I found some very interesting things. In particular I like: http://www.bram.us/projects/js_bramu

Re: [PHP] need "pop-up" in progress alert

2008-04-18 Thread Steve Holmes
On Fri, Apr 18, 2008 at 11:39 AM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Fri, Apr 18, 2008 at 10:42 AM, Steve Holmes <[EMAIL PROTECTED]> wrote: > > Greetings, I'm relatively new to PHP and I've been lurking for a while > on > > the list, but now

Re: [PHP] need "pop-up" in progress alert

2008-04-18 Thread Steve Holmes
s a suggestion you could store a progress of the function in the session > and make regular calls via ajax back to the server for the progress. > > -- > /James > > > On Fri, Apr 18, 2008 at 3:42 PM, Steve Holmes <[EMAIL PROTECTED]> wrote: > > > Greetings, I'

[PHP] need "pop-up" in progress alert

2008-04-18 Thread Steve Holmes
, I guess, but if this is the straw that gets me into pear, so be it. So if someone could point me in the right direction I'd really appreciate it. Thanks, Steve Holmes Purdue University

Re: [PHP] Database abstraction?

2008-04-16 Thread Steve Holmes
Assuming a recent release of MySQL: open the schema information_schema then select TABLE_NAME, COLUMN_NAME from COLUMNS where TABLE_NAME = '$table'; Steve On Wed, Apr 16, 2008 at 10:55 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > I'm back with yet another question But getting closer to so

Re: [PHP] Quarters

2008-04-11 Thread Steve Holmes
Works great in Safari. Except I can't win :-).Steve On Fri, Apr 11, 2008 at 9:49 AM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Check out my new game: > > http://webbytedd.com/quarters/ > > What do you think? > > Cheers, > > tedd > > PS: I originally wrote the game for the Mac over eight year