php-general Digest 31 Oct 2009 20:51:04 -0000 Issue 6420

2009-10-31 Thread php-general-digest-help
php-general Digest 31 Oct 2009 20:51:04 - Issue 6420 Topics (messages 299543 through 299546): mysql resoc iterator 299543 by: viraj Re: Help with my first recursion menu 299544 by: Lex Braun 299545 by: MEM Two Parser Passes 299546 by: Daniel Kolbo

Re: [PHP] Textarea to road a text file

2009-10-31 Thread Jean Lee
Yes, I just want to edit a file in the textarea! thank you. Jay Blanchard jblanch...@pocket.com wrote in message news:31454d514ff9a949b1fdfe294d5d1d80080...@ygex01wal.onecall.local... [snip] htmlheadtitle. body.. ?php $handle = fopen(./menu.php, r); $contents = ; if ($handle)

[PHP] mysql resoc iterator

2009-10-31 Thread viraj
can somebody point me to a good article or a piece of code on implementing an iterator for a mysql result resource? actually this is for an oracle statement handle, all i want is to fetch the results as it is from a multi dimensional array. so i can use it in a for each with keys

Re: [PHP] RE: Help with my first recursion menu

2009-10-31 Thread Lex Braun
Hi, On Wed, Oct 28, 2009 at 5:22 PM, MEM tal...@gmail.com wrote: I've been told that stack is the way to go, so I'm trying to understand the following code: http://pastebin.com/m5616c88f I've commented every line so that any of you could see if I'm interpreting something wrong: I have