|
C
|
cgphp 4/13/2012 |
|
You can check multiple records with a while loop: $rs = CustomQuery("SELECT tnr,sistaanmdag FROM tavlingar"); |
|
|
J
|
Jeroef author 4/15/2012 |
|
You can check multiple records with a while loop: $rs = CustomQuery("SELECT tnr,sistaanmdag FROM tavlingar");
$rs = CustomQuery("SELECT sistaanmdag FROM aktuellt");
|
|
|
C
|
cgphp 4/15/2012 |
|
The while loop opening curly bracket is missing. |
|
|
M
|
mmponline 4/16/2012 |
|
I have a similar need. Using ver 6.1 |
|
|
J
|
Jeroef author 4/23/2012 |
|
I know what the problem is, the query stays, like cashe. So if i query a date in line 1, get results and go back. II query line 2 but it still querys line 1. |
|