Get data from..yesterday? |
2/3/2010 09:27:29 | |
| PHPRunner General questions | ||
|
S
sickacid author
Hi, i've a table where i put every day the start and the end of Kilometers of any veicle. |
||
|
J
|
Jane 2/4/2010 |
|
Hi, $str = "select max(KmFine) from tabelladischetti where Id='".$id."'"; |
|
|
S
|
sickacid author 2/4/2010 |
|
Hi Jane, i've do this code in add page: before display |
|
|
|
Sergey Kornilov admin 2/4/2010 |
|
BeforeDisplay event doesn't access to $values array. Since this is the Add page no values exist yet. |
|