Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.             if (is_object($cds_obj) && (int)$cds_obj->resultrows > 0) {
  2.                 while (!$cds_obj->eof) {
  3.                     $tipologie[$cds_obj->currfields['id'].'-'.$cds_obj->currfields['prezzo']] = $cds_obj->currfields['nome'];
  4.                     $cds_obj->moveNext();
  5.                 }
  6.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement