Re: [nyphp-talk] Single Signon Multiple Domains

2007-03-27 Thread Flavio daCosta
On 03/26/2007 06:10 PM, Joseph Crawford wrote: > The company I am working for wants to have a single signon for multiple > sites that will be on different domains. George Schlossnagle has a complete explanation and implementation in his excellent book: "Advanced PHP Programming" flav

Re: [nyphp-talk] Single Signon Multiple Domains

2007-03-27 Thread Jiju Thomas Mathew
Basically yes. If you don't want to (or can't) have the client carry some state with it, then you're pretty much locked into using a central database to store cross site session data. There's just no other way for site B to know that the user authenticated successfully with site A without site A

Re: [nyphp-talk] CSV file Reading

2007-03-27 Thread Jiju Thomas Mathew
> I have to read large CSV file upto 10 MB size. I tried to read each line by > using getcsv() method, but cannot worthy. I have to make some checking the > contents of the CSV files such as any duplicate row, or any row missing > contents etc. I would consider using a temporary table, provid

Re: [nyphp-talk] Creating database tables when deploying products

2007-03-27 Thread Jiju Thomas Mathew
So my question is ... is what I'm doing ok? .. there must be a better way to do it ... How are you all doing database table creation for products that need to be deployed on multiple systems.? We use a more or less the same method, with one difference, that is the sql query instead of being e

Re: [nyphp-talk] Creating database tables when deploying products

2007-03-27 Thread Brian Dailey
If you are deploying databases across multiple systems on a regular basis (ie: planning on doing it more than once or twice) I recommend you look into the PHP version of Ant called Phing. http://phing.info/trac/ Jiju Thomas Mathew wrote: So my question is ... is what I'm doing ok?

Re: [nyphp-talk] Single Signon Multiple Domains

2007-03-27 Thread CED
Good recommendation Flavio! - Original Message - From: "Flavio daCosta" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Tuesday, March 27, 2007 3:22 AM Subject: Re: [nyphp-talk] Single Signon Multiple Domains > On 03/26/2007 06:10 PM, Joseph Crawford wrote: > > The company I am working for

Re: [nyphp-talk] Single Signon Multiple Domains

2007-03-27 Thread Joseph Crawford
I actually have George's book beu never had time to flip through it, guess this is as good a time as any. Thanks for the tip that it is between the covers :) -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ Blog: http://www.josephcrawford.com/ 1-80

Re: [nyphp-talk] Creating database tables when deploying products

2007-03-27 Thread Ben Sgro \(ProjectSkyline\)
Hello all, Brian - Looks cool, but seems like I need CL access to the host ..which I often do not have. I'll look into it more. Jiju - So you use an .sql file w/the instructions to build the table. Do you execute from CL, PHP or phpMyAdmin. As stated above, I often do not have CL access to a

Re: [nyphp-talk] Creating database tables when deploying products

2007-03-27 Thread Jiju Thomas Mathew
Jiju - So you use an .sql file w/the instructions to build the table. Do you execute from CL, PHP or phpMyAdmin. As stated above, I often do not have CL access to a host. >> statement is in one line. The script issues a source setup.sql to the >> mysql after connecting to the database. We us

[nyphp-talk] sorry, just testing - IGNORE

2007-03-27 Thread Michael Southwell
Sorry, I got unsubscribed by accident and I'm checking that I'm back to life. Michael Southwell, Vice President for Education New York PHP http://www.nyphp.com/training - In-depth PHP Training Courses ___ New York PHP Community Talk Mailing List

[nyphp-talk] mail problems

2007-03-27 Thread Michael Southwell
I am having a baffling problem with a script that sends an html email. It seems to work sometimes and not at other times. My (unhappy) client is seeing headers when she gets anything. Multiple recipients seem to handled randomly. What can you see here that's wrong? I have tested $addresses and it

Re: [nyphp-talk] mail problems

2007-03-27 Thread Kenneth Dombrowski
Hi Michael, On 07-03-27 17:35 -0500, Michael Southwell wrote: > It seems to work sometimes and not at other times. My (unhappy) client > is seeing headers when she gets anything. Multiple recipients seem to > handled randomly. What can you see here that's wrong? I have tested > $addresses and it

Re: [nyphp-talk] mail problems

2007-03-27 Thread Jiju Thomas Mathew
I would recommend http://phpmailer.sourceforge.net http://www.php-trivandrum.org/code-snippets/php-mime-mail-class.html -- Jiju Thomas Mathew http://www.php-trivandrum.org/ ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/