dormantiger: (Default)
[personal profile] dormantiger
...А если бы я вчера сразу же поискал Гуглем "ORA-01460 +PHP", первая же ссылка мне бы сказала:

The OCIBindByName manual entry at http://www.php.net/manual/en/function.ocibindbyname.php
has a user comment from "alexander dot zimmer at gmx dot at" that...

this doesn't work:
   foreach ($array as $key => $val) 
   { 
     OCIBindByName($state, $key, $val, -1); 
   }

but that this does:
   foreach ($array as $key => $val) 
   { 
     OCIBindByName($state, $key, $array[$key], -1); 
   }

Date: 28 Dec 2005 10:57 (UTC)
From: [identity profile] toshische.livejournal.com
Мы однажды долго всей контрой исклаи ошибку в конструкции
foreach( $array as $value );
{
   some code;
}

Date: 16 Jan 2006 22:45 (UTC)
From: [identity profile] jullene.livejournal.com
Весело живешь!

July 2016

M T W T F S S
    123
45678910
11121314151617
18192021222324
252627282930 31

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated 23 May 2025 08:06
Powered by Dreamwidth Studios