User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 392,195 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,707 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 4 of 4
Search took 0.01 seconds.
Posts Made By: monkey56657
Forum: PHP Feb 18th, 2008
Replies: 7
Views: 835
Posted By monkey56657
Re: Dynamic Declaration of Arrays Keys

Im not even sure whats yours does. But seems a lot more complicated (over complicated).
Forum: PHP Feb 17th, 2008
Replies: 7
Views: 835
Posted By monkey56657
Re: Dynamic Declaration of Arrays Keys

Okay try this. I hope its okay this time.

function array_flow(&$arr,$find,$call=0)
{
foreach ($arr as $k => $v)
{
if (is_array($v))
{
array_flow($arr[$k],$find,1);
}
Forum: PHP Feb 12th, 2008
Replies: 7
Views: 835
Posted By monkey56657
Re: Dynamic Declaration of Arrays Keys

Can you explain again exactly what you want with better examples. I get all of what your saying but dont get exactly what your looking for.

Provides a few array b4 and afters or something.

Okay I...
Forum: PHP Feb 12th, 2008
Replies: 4
Views: 663
Posted By monkey56657
Re: Select List Values Retained

I am not quite sure what you are wanting here.

Remember you can only select one item from a drop down by default and since you outputing all that are equal to yes I get confused as to the purpose...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 4:17 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC