Re: [nyphp-talk] Zend Puts PHP on IBM System i

2009-02-11 Thread Fernando Gabrieli
very interesting! and it started as "Personal Home Page" right? :) fernando On Wed, Feb 11, 2009 at 12:40 PM, Rolan Yang wrote: > Might be old news? Just saw it on my eweek feed this morning. > > > http://www.eweek.com/c/a/Application-Development/Zend-Puts-PHP-on-IBM-System-i/?kc=NANANANANAFAK

Re: [nyphp-talk] Link to PHP article in InformationWeek

2009-02-11 Thread Alan Seiden
PHP has been officially supported on IBM i since 2006, when Zend/IBM began providing IBM i's users with a no-charge package consisting of Zend Core, Studio, support, and special extensions. (IBM i is the newest name for a system formerly called AS/400, iSeries, i5, and System i.) So what's t

[nyphp-talk] Zend Puts PHP on IBM System i

2009-02-11 Thread Rolan Yang
Might be old news? Just saw it on my eweek feed this morning. http://www.eweek.com/c/a/Application-Development/Zend-Puts-PHP-on-IBM-System-i/?kc=NANANANANAFAKETRACKINGIDHIFROMNYPHP or http://tinyurl.com/bdu3gb ~Rolan* * ___ New York PHP User Group Comm

Re: [nyphp-talk] lost sessions on redirect - Found

2009-02-11 Thread Christina Karlhoff
Hi all, Well, as it turns out the problem was syntax - field values had one too many " marks...and the values weren't being carried into the session. There was ""> instead of "> Now field values are being retained on redirect. [Thank you Hans!!!] Onto another question: in testin