php-general Digest 8 Sep 2010 02:41:53 -0000 Issue 6929

2010-09-07 Thread php-general-digest-help
php-general Digest 8 Sep 2010 02:41:53 - Issue 6929 Topics (messages 307879 through 307881): Re: workflow system design 307879 by: David Hutto 307880 by: David Hutto logical AND assignments 307881 by: Robert E. Glaser Administrivia: To subscribe to the digest,

Re: [PHP] Multiple Login in a single PC should not be possible

2010-09-07 Thread Karl DeSaulniers
On Sep 7, 2010, at 12:47 AM, Robert Cummings wrote: On 10-09-07 01:21 AM, Karl DeSaulniers wrote: @Jagdeep Singh Hi Jagdeep, I know it has been a while now, but I thought I'd let you know. Setting up a database with a session login and some checks and balances will allow you to do what you

RE: [PHP] workflow system design

2010-09-07 Thread Jay Blanchard
[snip] Hi, i know it is not the right place, but, does anybody know a workflow system development process? or methodology? thanks! [/snip] Your question is pretty broad, there are several processes and methodologies available. What are you specifically looking to do? -- PHP General Mailing List

Re: [PHP] workflow system design

2010-09-07 Thread David Hutto
On Tue, Sep 7, 2010 at 8:39 AM, Jay Blanchard jblanch...@pocket.com wrote: [snip] Hi, i know it is not the right place, but, does anybody know a workflow system development process? or methodology? thanks! [/snip] http://en.wikipedia.org/wiki/Workflow -- PHP General Mailing List

[PHP] logical AND assignments

2010-09-07 Thread Robert E. Glaser
My ISP upgraded his server from Ubuntu 9.04 to Ubuntu 9.10, which probably included a newer PHP version. I don't know what PHP version was on previously. Code I've had running for years broke, and I tracked it down to this equivalent: ?php echo 'Current PHP version: ', phpversion(), brbr;

Re: [PHP] logical AND assignments

2010-09-07 Thread Paul M Foster
On Tue, Sep 07, 2010 at 10:41:46PM -0400, Robert E. Glaser wrote: My ISP upgraded his server from Ubuntu 9.04 to Ubuntu 9.10, which probably included a newer PHP version. I don't know what PHP version was on previously. Code I've had running for years broke, and I tracked it down to this