Re: [PHP-DB] Re: foreach

2012-04-05 Thread Kris Carlson
Send the code around line 198, say 170 to 210. On Apr 5, 2012, at 8:42 PM, Al wrote: > > > On 4/5/2012 4:15 PM, Ethan Rosenberg wrote: >> Dear Lists - >> >> I know I am missing something fundamental - but I have no idea where to >> start to >> look. >> >> Here are code snippets: >> >> I hav

[PHP-DB] Re: foreach

2012-04-05 Thread Al
On 4/5/2012 4:15 PM, Ethan Rosenberg wrote: Dear Lists - I know I am missing something fundamental - but I have no idea where to start to look. Here are code snippets: I have truncated the allowed_fields to make it easier to debug. $allowed_fields = array( 'Site' =>'POST[Site]', 'MedRec' =>

Re: [PHP-DB] Re: foreach

2012-04-05 Thread Karl DeSaulniers
And POST[] is not the same as $_POST[] Karl Sent from losPhone On Apr 5, 2012, at 3:24 PM, "Jim Giner" wrote: > I don't know about others, but I can't make sense of this - way too much > presented with no idea of what I am looking at - code or output. > > One thing: $_Request is not the sam

[PHP-DB] Re: foreach

2012-04-05 Thread Jim Giner
I don't know about others, but I can't make sense of this - way too much presented with no idea of what I am looking at - code or output. One thing: $_Request is not the same var as $_REQUEST. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

[PHP-DB] Re: foreach() & db brainiacs please help?

2003-09-10 Thread Peter Westergaard
>I have a database full of names. each name could be linked to any number of >sub-names, each sub-name could be linked to any number of sub-sub- names, to >infinity (unlikely but possible). > >I need to iterate through this nest of names starting with a main name; lets >call the main name Peter.

[PHP-DB] Re: foreach problem

2003-02-07 Thread Bastian Vogt
> > $sql2 = "INSERT INTO cal_date_map (entry_id, date) VALUES (\"$entry_id\", > \"$val\")"; Where does $entry_id come from? Maybe it's unique? Bastian -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php