Re: [nyphp-talk] queuing data

2007-08-19 Thread Adrian Noland
On 8/18/07, PaulCheung <[EMAIL PROTECTED]> wrote: > > > I have to finally admit it. Having looked at it for days, I am totally > lost and clueless > I am really sorry for being so thick, but can anybody please point me in > the right direction for some coding examples. > > Paul > I think you are p

Re: [nyphp-talk] Webserver file access (and version control)

2007-08-19 Thread Adrian Noland
On 8/18/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > > On 8/17/07 12:45 PM, "Kenneth Dombrowski" <[EMAIL PROTECTED]> wrote: > > finally, I agree with Chris that anybody doing serious work should be > > using version control, but that is the next step, first you should have > > your file permission

[nyphp-talk] PEAR::MDB2, MS Sql , IIS Encrypted Connection String

2007-08-19 Thread Bill P.
Hello, I have a project coming up that I will be running on IIS with MS Sql. Orginally, it was going to run on linux with apache and mysql, but as things go, that changed. So I will still be using Pear::MDB2 and Pear::Auth .The DB will be mssql on a seperate machine. My question is: Is any

[nyphp-talk] Article on IT outsourcing

2007-08-19 Thread Brian D.
I saw this on programming.reddit.com and wondered if the NYPHP mailing list had any thoughts on the subject. Particularly: "The mailing lists were never easy to read through but if a man put his mind to it and used the delete button swiftly enough you could actually get something out of them and m

Re: [nyphp-talk] UPS Shipping Calculator

2007-08-19 Thread tedd
At 5:51 PM -0400 8/17/07, Dynamic Ink wrote: There is a detailed UPS shipping calculator example along with a full explanation in an article that I wrote for PHP Architect: The Ultimate PHP 5 Shopping Cart, spanning Aug. and Sept. 2004 I'm having difficulty finding that article -- do you have

Re: [nyphp-talk] queuing data

2007-08-19 Thread PaulCheung
I have to finally admit it. Having looked at it for days, I am totally lost and clueless I am really sorry for being so thick, but can anybody please point me in the right direction for some coding examples. Paul >The problem is how do I queue the returned records and then read >each recor

Re: [nyphp-talk] UPS Shipping Calculator

2007-08-19 Thread tedd
At 5:51 PM -0400 8/17/07, Dynamic Ink wrote: There is a detailed UPS shipping calculator example along with a full explanation in an article that I wrote for PHP Architect: The Ultimate PHP 5 Shopping Cart, spanning Aug. and Sept. 2004 That's good. Do you think you might provide a link for a

Re: [nyphp-talk] Webserver file access (and version control)

2007-08-19 Thread Cliff Hirsch
On 8/17/07 12:45 PM, "Kenneth Dombrowski" <[EMAIL PROTECTED]> wrote: > finally, I agree with Chris that anybody doing serious work should be > using version control, but that is the next step, first you should have > your file permissions in order , and a reasonably good understanding of > what the

Re: [nyphp-talk] MCrypt problems decrypting data

2007-08-19 Thread csnyder
On 8/18/07, csnyder <[EMAIL PROTECTED]> wrote: > > You need to use the same initialization vector (IV) to decrypt as you > did to encrypt. Typically, after encryption, you prepend the iv to the > ciphertext value and store the whole thing (iv+encrypted). When you're > ready to decrypt, you chop the

Re: [nyphp-talk] MCrypt problems decrypting data

2007-08-19 Thread csnyder
On 8/17/07, Sean <[EMAIL PROTECTED]> wrote: > I am having issues with encryption/decryption. > > I am attempting to encrypt an integer (61663) > > when i decrypt it I get the following appended to my decrypted value. > > 61663\357\277\275\357\277\275\357\277\275 > > $td = mcrypt_module_open('blowfi

Re: [nyphp-talk] XML Manipulation

2007-08-19 Thread Elliotte Harold
Mark Armendariz wrote: Nested-set grows rather hairy in no time, especially with data that needs to be changed often. After some reading (thanks to Elliotte's compass - thank you sir), it seems to me XML could definitely prove a better means of tracking hierarchal information, which especiall

Re: [nyphp-talk] Webserver file access

2007-08-19 Thread Kenneth Dombrowski
On 07-08-17 14:25 -0400, Anthony Wlodarski wrote: > Let us talk about theoretical here. If the owner of the web root folder is > "root" (/var/www/html), should it be changed to the Apache group that is > created normally. I did a few checks in the /etc/group file and the apache > group does exist

[nyphp-talk] Auto Form Generation

2007-08-19 Thread Gary Mort
Just curious how many people have used form generation/templating systems like http://www.phpclasses.org/browse/package/1.html and what your opinions of them are? ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk