Ask a Question related to PHP Development, Design and Development.
-
R. Rajesh Jeba Anbiah #1
Re: unique()????? strange behavior
[email]mearnh@acxiom.com[/email] (mike) wrote in message news:<db323ee1.0306251150.685546ef@posting.google. com>...
If I'm right, you're missing a reset() here...> OK, I'm puzzled....I don't get it. What am I missing
>
> Here is my code:
>
>
> php:
> --------------------------------------------------------------------------------
> for($i=0; $i<count($transform_list); $i++)
> {
> echo "TRANSFORM LIST $i: $transform_list[$i]<BR>";
> }
>
> sort($transform_list);
---
"We live to die; we die to live"
Email: rrjanbiah-at-Y!com
R. Rajesh Jeba Anbiah Guest
-
Strange Index behavior
Hi, Is it a normal behavior that if I give a where clause with an existent index key, then postgres uses the index, but if I give it a non existent... -
Strange behavior
The problem seems to be in c code calling ruby calling c code. ======== start test.rb puts "about to require curses" require "curses" puts... -
Strange behavior of $.
Apparently $. is not always set correct (see second ruby 1liner). Is this a bug? 12:12:42 : cat -n n 1 2 3 BAR="hello" 4 12:12:47 : ruby... -
Strange behavior in DataGrid
Hi all, Hope you can give me a solution for this. I am having lot of problems with datagrid but like to come out with one by one. My main... -
Why strange IF...ELSE behavior
Hi all, I'm getting a strange result with the following IF statement: $bar = ($foo == 'last') ? true : false; In my script $foo normaly has...



Reply With Quote

