[PHP] Managed VPS recommendations

2008-11-09 Thread Larry Garfield
OK, so maybe I'm not looking for a VPS per se but I suspect I am given the requirements I have. I am looking for a new web host, both for my personal work and on behalf of my company. (Two separate entities entirely, but odds are I'll end up using the same host for both just to make my life ea

[PHP] PHP / Procmail / MIME decoder, Imagemagick, MySQL, PDF fax management system

2008-11-09 Thread Dan Harrington
Hello, I have seen procmail and PERL, and some MIME handling scripts...but I haven't seen PHP, Procmail, Mysql, and MIME handling to effectively handle incoming emails. I don't know PERL, so naturally I'd like to see it all written in stuff that I can understand and tweak if needbe. I have a Fax

[PHP] Re: It's Sunday, and I'm bored...

2008-11-09 Thread Colin Guthrie
Jochem Maas wrote: you're not 'loose' the asylum is just bigger than you realise ... most people know it by it's other name ... Earth. Yeah the "outside" of the Asylum is pretty small... if you don't believe me, ask Wonko the Sane... So long :p Col -- Colin Guthrie gmane(at)colin.guthr.

Re: [PHP] Re: strtotime

2008-11-09 Thread Eric Butera
On Sun, Nov 9, 2008 at 3:50 PM, Ashley Sheridan <[EMAIL PROTECTED]> wrote: > On Sun, 2008-11-09 at 19:46 +0100, gilles wrote: >> "Thodoris" <[EMAIL PROTECTED]> a crit dans le message de news: >> [EMAIL PROTECTED] >> > O/H Bastien Koert ??: >> >> 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> >

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Jochem Maas
Stut schreef: > On 9 Nov 2008, at 20:30, Robert Cummings wrote: > Agreed, but IMHO lack of URL-sharing is just one of many reasons to > avoid sessions if possible. > >> Taking further context though on my stream of responses... you did say: >> >>Seriously? You'd rather use sessions than

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Jochem Maas
Govinda schreef: > > On Nov 9, 2008, at 12:28 PM, Richard Heyes wrote: >> >> Subversion, or svn for short. Helps you maintain code bases. Far >> better than regular backups (though by no means a replacement). > > I looked it over briefly and it looks smart for serious collaborated > efforts.. bu

Re: [PHP] Image Manipulation

2008-11-09 Thread Jochem Maas
Ron Piggott schreef: > Is there a way to find out the number of pixels wide and high an image > is in PHP? > > Is there a way to resize an image using PHP? heh Ron, you've been around this list long enough to know that you should STFW and RTFM before posting questions. http://www.google.

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Govinda
On Nov 9, 2008, at 12:28 PM, Richard Heyes wrote: Subversion, or svn for short. Helps you maintain code bases. Far better than regular backups (though by no means a replacement). I looked it over briefly and it looks smart for serious collaborated efforts.. but i ask - is anyone finding it

Re: [PHP] Image Manipulation

2008-11-09 Thread Ashley Sheridan
On Sun, 2008-11-09 at 19:16 -0500, Ron Piggott wrote: > Is there a way to find out the number of pixels wide and high an image > is in PHP? > > Is there a way to resize an image using PHP? > > Ron > > Yes. Look at the PHP GD manual. Ash www.ashleysheridan.co.uk -- PHP General Mailing List

[PHP] Image Manipulation

2008-11-09 Thread Ron Piggott
Is there a way to find out the number of pixels wide and high an image is in PHP? Is there a way to resize an image using PHP? Ron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] question about google maps

2008-11-09 Thread tedd
At 12:58 PM + 11/9/08, Richard Heyes wrote: > You are trapped on a desert island with the Baldwin Brothers. The food and rum have run out and you have a gun with a single bullet. Who do you shoot? Line them all up and shoot them in a oner... ;-) -- Richard Heyes On XBOX Ghost Recon 4

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread tedd
At 8:26 PM -0800 11/8/08, bruce wrote: Hi. I've got a question/issue that I want to bounce off the list. I have a list that extends over multiple pages. there might be 200 items, and i don't want to have the items listed on the same page as it would be too long. i can break the list up, so i ca

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Wolf
> Accumulate them in the session. When done, and before final action you > could let them view a summary of selected items and allow deletion of > any entries they don't want. You session purest! :-P -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Stut
On 9 Nov 2008, at 20:30, Robert Cummings wrote: On Sun, 2008-11-09 at 20:16 +, Stut wrote: On 9 Nov 2008, at 18:37, Robert Cummings wrote: On Sun, 2008-11-09 at 18:22 +, Stut wrote: On 9 Nov 2008, at 18:14, Robert Cummings wrote: On Sun, 2008-11-09 at 18:00 +, Stut wrote: On 9 No

Re: [PHP] Re: strtotime

2008-11-09 Thread Ashley Sheridan
On Sun, 2008-11-09 at 19:46 +0100, gilles wrote: > "Thodoris" <[EMAIL PROTECTED]> a crit dans le message de news: > [EMAIL PROTECTED] > > O/H Bastien Koert ??: > >> 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> > >> > >> > >>> gilles wrote: > >>> > >>> > Avec la version 4 de php, strtot

Re: [PHP] Re: strtotime

2008-11-09 Thread Thodoris
O/H gilles έγραψε: "Thodoris" <[EMAIL PROTECTED]> a ιcrit dans le message de news: [EMAIL PROTECTED] O/H Bastien Koert ??: 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> gilles wrote: Avec la version 4 de php, strtotime("20080950") fonctionne correctement en

RE: [PHP] PHP - Web/list Question...

2008-11-09 Thread bruce
h if one uses sessions, or a db store, the underlying logic to get the input vars from the form on the individual pages (for the list) will essentially be the same. i'll have to have a form element, with the input items. i'll need to process the checkboxes for each item, and when the user

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Robert Cummings
On Sun, 2008-11-09 at 20:16 +, Stut wrote: > On 9 Nov 2008, at 18:37, Robert Cummings wrote: > > On Sun, 2008-11-09 at 18:22 +, Stut wrote: > >> On 9 Nov 2008, at 18:14, Robert Cummings wrote: > >>> On Sun, 2008-11-09 at 18:00 +, Stut wrote: > On 9 Nov 2008, at 07:16, Robert Cummin

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Stut
On 9 Nov 2008, at 18:37, Robert Cummings wrote: On Sun, 2008-11-09 at 18:22 +, Stut wrote: On 9 Nov 2008, at 18:14, Robert Cummings wrote: On Sun, 2008-11-09 at 18:00 +, Stut wrote: On 9 Nov 2008, at 07:16, Robert Cummings wrote: On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: I've g

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Robert Cummings
On Sun, 2008-11-09 at 22:08 +0200, Thodoris wrote: > O/H Robert Cummings έγραψε: > > On Sun, 2008-11-09 at 12:39 -0600, Micah Gersten wrote: > > > > > Robert Cummings wrote: > > > > > > > On Sun, 2008-11-09 at 12:26 -0600, Micah Gersten wrote: > > > > > > > > > > > Also, by stor

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Thodoris
O/H Robert Cummings ??: On Sun, 2008-11-09 at 12:39 -0600, Micah Gersten wrote: Robert Cummings wrote: On Sun, 2008-11-09 at 12:26 -0600, Micah Gersten wrote: Stut wrote: On 9 Nov 2008, at 18:14, Robert Cummings wrote: On Sun, 2008-11-09

RE: [PHP] PHP - Web/list Question...

2008-11-09 Thread bruce
h if one uses sessions, or a db store, the underlying logic to get the input vars from the form on the individual pages (for the list) will essentially be the same. i'll have to have a form element, with the input items. i'll need to process the checkboxes for each item, and when the user

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Richard Heyes
> What are you guys all referring to? > My best guess is some version control software that regulars here seem to > all know about. Subversion, or svn for short. Helps you maintain code bases. Far better than regular backups (though by no means a replacement). > It's nice to have at least loose c

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Richard Heyes
> Well that's easy... > > Description: changes from previous week. Lol. I actually do do that and put the changes in another file. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 1st) -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Robert Cummings
On Sun, 2008-11-09 at 12:39 -0600, Micah Gersten wrote: > Robert Cummings wrote: > > On Sun, 2008-11-09 at 12:26 -0600, Micah Gersten wrote: > > > >> Stut wrote: > >> > >>> On 9 Nov 2008, at 18:14, Robert Cummings wrote: > >>> > On Sun, 2008-11-09 at 18:00 +, Stut wrote: > >

Re: [PHP] Re: strtotime

2008-11-09 Thread gilles
"Thodoris" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > O/H Bastien Koert ??: >> 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> >> >> >>> gilles wrote: >>> >>> Avec la version 4 de php, strtotime("20080950") fonctionne correctement en allant sur le

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Micah Gersten
Robert Cummings wrote: > On Sun, 2008-11-09 at 12:26 -0600, Micah Gersten wrote: > >> Stut wrote: >> >>> On 9 Nov 2008, at 18:14, Robert Cummings wrote: >>> On Sun, 2008-11-09 at 18:00 +, Stut wrote: > On 9 Nov 2008, at 07:16, Robert Cummings wrote: >

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Robert Cummings
On Sun, 2008-11-09 at 12:26 -0600, Micah Gersten wrote: > Stut wrote: > > On 9 Nov 2008, at 18:14, Robert Cummings wrote: > >> On Sun, 2008-11-09 at 18:00 +, Stut wrote: > >>> On 9 Nov 2008, at 07:16, Robert Cummings wrote: > On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: > > I've got

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Robert Cummings
On Sun, 2008-11-09 at 18:22 +, Stut wrote: > On 9 Nov 2008, at 18:14, Robert Cummings wrote: > > On Sun, 2008-11-09 at 18:00 +, Stut wrote: > >> On 9 Nov 2008, at 07:16, Robert Cummings wrote: > >>> On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: > I've got a question/issue that I want

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Micah Gersten
Stut wrote: > On 9 Nov 2008, at 18:14, Robert Cummings wrote: >> On Sun, 2008-11-09 at 18:00 +, Stut wrote: >>> On 9 Nov 2008, at 07:16, Robert Cummings wrote: On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: > I've got a question/issue that I want to bounce off the list. > > I

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Stut
On 9 Nov 2008, at 18:14, Robert Cummings wrote: On Sun, 2008-11-09 at 18:00 +, Stut wrote: On 9 Nov 2008, at 07:16, Robert Cummings wrote: On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: I've got a question/issue that I want to bounce off the list. I have a list that extends over multiple

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Ólafur Waage
On Sun, Nov 9, 2008 at 5:33 PM, Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > Commit Early Commit Often. :P > [/snip] > > Are you from Louisiana? > Iceland so no -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Govinda
Being sunday, I don't feel too shy to ask: What are you guys all referring to? My best guess is some version control software that regulars here seem to all know about. Maybe I need to get me some of that... several times lately I dove into thick hairy code and got neck deep and then with onl

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Stut
On 9 Nov 2008, at 18:05, Micah Gersten wrote: Stut wrote: On 9 Nov 2008, at 07:16, Robert Cummings wrote: On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: I've got a question/issue that I want to bounce off the list. I have a list that extends over multiple pages. there might be 200 items, and

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Robert Cummings
On Sun, 2008-11-09 at 18:00 +, Stut wrote: > On 9 Nov 2008, at 07:16, Robert Cummings wrote: > > On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: > >> I've got a question/issue that I want to bounce off the list. > >> > >> I have a list that extends over multiple pages. there might be 200 > >>

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Micah Gersten
Stut wrote: > On 9 Nov 2008, at 07:16, Robert Cummings wrote: >> On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: >>> I've got a question/issue that I want to bounce off the list. >>> >>> I have a list that extends over multiple pages. there might be 200 >>> items, >>> and i don't want to have the i

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Stut
On 9 Nov 2008, at 07:16, Robert Cummings wrote: On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: I've got a question/issue that I want to bounce off the list. I have a list that extends over multiple pages. there might be 200 items, and i don't want to have the items listed on the same page as

RE: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Robert Cummings
Maybe he's a psychiatrist. On Sun, 2008-11-09 at 12:44 -0500, Wolf wrote: > Ni, he works for ACORN... > > Oh wait, that would have vote early, vote often... > > -Original Message- > From: Jay Blanchard <[EMAIL PROTECTED]> > Sent: Sunday, November 09, 2008 12:33 PM > To: Ólafur Waage <[

RE: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Wolf
Ni, he works for ACORN... Oh wait, that would have vote early, vote often... -Original Message- From: Jay Blanchard <[EMAIL PROTECTED]> Sent: Sunday, November 09, 2008 12:33 PM To: Ólafur Waage <[EMAIL PROTECTED]>; php-general@lists.php.net Subject: RE: [PHP] It's Sunday, and I'm bored...

RE: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Jay Blanchard
[snip] Commit Early Commit Often. :P [/snip] Are you from Louisiana? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Daniel P. Brown
On Sun, Nov 9, 2008 at 11:00 AM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > Description: changes from previous week. +1. -- http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current hosting/dedicated server deals! -- PHP General Mailing List (http://www.

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Robert Cummings
On Sun, 2008-11-09 at 14:29 +, Richard Heyes wrote: > > and people who hate spending much time retyping last week's work... > > I don't have to retype it. Just describe it. Just. Well that's easy... Description: changes from previous week. Cheers, Rob. -- http://www.interjinn.com Applicati

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Richard Heyes
> and people who hate spending much time retyping last week's work... I don't have to retype it. Just describe it. Just. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 1st) -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Rene Veerman
Richard Heyes wrote: Commit Early Commit Often. :P That's for wimps... :-) and people who hate spending much time retyping last week's work... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] question about google maps

2008-11-09 Thread Richard Heyes
> You are trapped on a desert island with the Baldwin Brothers. > The food and rum have run out and you have a gun with a > single bullet. Who do you shoot? Line them all up and shoot them in a oner... ;-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Richard Heyes
> Commit Early Commit Often. :P That's for wimps... :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 1st) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] question about google maps

2008-11-09 Thread Kevin Waterson
This one time, at band camp, Sudhakar <[EMAIL PROTECTED]> wrote: > hi > > how do i go about displaying an address which appears on google maps for a > business on a web page. > > what are the steps. > > if some one knows about this please let me know. http://www.phpro.org/classes/Phproogle.ht

[PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Richard Heyes
Hi, I just looked at my commit diff that I need to check - 1500 lines (!). Uhhh... Maybe that policy of committing frequently wouldn't be so terrible after all... -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 1st) -- PHP General Mail

Re: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Ólafur Waage
Commit Early Commit Often. :P On Sun, Nov 9, 2008 at 11:03 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > Hi, > > I just looked at my commit diff that I need to check - 1500 lines (!). > Uhhh... Maybe that policy of committing frequently wouldn't be so > terrible after all... > > -- > Richard Heye

[PHP] Re: Secure redirection?

2008-11-09 Thread Martin Zvarík
I might have not read your post thorougly, but it's important to know, that Header sends a HTTP request to the browser - you are not hiding the destination URL. So, calling header("location: in PHP is basically same as redirect using JS. Martin Zoran Bogdanov napsal(a): Hi, I'm building a

Re: [PHP] Re: strtotime

2008-11-09 Thread Thodoris
O/H Bastien Koert ??: 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> gilles wrote: Avec la version 4 de php, strtotime("20080950") fonctionne correctement en allant sur le mois d'octobre, alors qu'en version 5: 19700101. Merci de votre aide This is an ENGLISH list, plea

Re: [PHP] Re: strtotime

2008-11-09 Thread gilles
"Lester Caine" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Ashley Sheridan wrote: I'll translate In PHP4, strtotime works fine in PHP5 strtotime gives a result of 19700101 when the data entered was strtotime("20080950") >>> What