Re: [nyphp-talk] How to pass array when click on "submit" ?

2009-01-28 Thread Jesse Callaway
On Wed, Jan 28, 2009 at 12:30 AM, Michele Waldman wrote: > Fernando hit is right on the head and Elijah's post was fun. Why are we > still going here? > > -Original Message- > From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On > Behalf Of Jesse Callaway > Sent: We

Re: [nyphp-talk] PHP Scope in foreach construct.

2009-01-28 Thread Daniel Convissor
Hi Anthony: On Mon, Jan 26, 2009 at 09:27:43AM -0800, Anthony Wlodarski wrote: > When working with foreach constructs do the functions and variables > defined get returned to the garbage collector on each iteration or does > the foreach have to finish execution before things can be returned to

Re: [nyphp-talk] PHP Scope in foreach construct.

2009-01-28 Thread Daniel Convissor
Hi Brent: On Mon, Jan 26, 2009 at 12:50:38PM -0500, Brent Baisley wrote: > foreach makes a copy of the array element you are processing. If the > current "value" is large, like another array, then you have 2 large > arrays. That doesn't sound right. PHP is pretty smart about memory usage. When

Re: [nyphp-talk] how to open choose file dialbox

2009-01-28 Thread John Campbell
On Wed, Jan 28, 2009 at 7:21 AM, birgunj birgunj wrote: > Dear All, > > i am trying to open choose file dialog box when page upload.below is my code > which works fine in internet explorer but it did not work in firefox. Browser vendors consider opening a file dialog with javascript to be a secur

[nyphp-talk] how to open choose file dialbox

2009-01-28 Thread birgunj birgunj
Dear All, i am trying to open choose file dialog box when page upload.below is my code which works fine in internet explorer but it did not work in firefox. please give me any help or idea. thanksĀ  ___ New York PHP User Group Comm