Pogledajte određenu poruku
Staro 05. 11. 2008.   #4
robi-bobi
expert
Grand Master
 
Avatar robi-bobi
 
Datum učlanjenja: 05.10.2005
Lokacija: Sofia, Bulgaria
Poruke: 805
Hvala: 222
958 "Hvala" u 68 poruka
robi-bobi ima spektakularnu aururobi-bobi ima spektakularnu aururobi-bobi ima spektakularnu aururobi-bobi ima spektakularnu aururobi-bobi ima spektakularnu aururobi-bobi ima spektakularnu aururobi-bobi ima spektakularnu aururobi-bobi ima spektakularnu auru
Pošaljite poruku preko Skype™ za robi-bobi
Default

PHP pseudo kod:
PHP kôd:
$yesterday = array(
  
'ovde ide ID pere' => array (
    
'name' 'pera'
    'order' 
2
  
)
)
$today = array(
  
'ovde ide ID pere' => array (
    
'name' 'pera'
    'order' 
1
  
)
)

foreach (
$today as $id=>$detail) {
  echo ..
  echo 
$detail['order'] - $yesterday[$id]['order'];

a mozes u pesice - jedan po jedan, ako nemas ID-jeve, neko ce ti vec napisati
robi-bobi je offline   Odgovorite uz citat