meenakshidhar
Programmer
Hi Friends,
I am having one table...
id tag code
-------------
1 1 A
2 1 B
3 1 C
4 1 D
5 0
6 0
7 0
8 0
9 0
10 0
11 0
12 0
i want to select say top 4 records where tag=0 using php...
and then update those records in the same above table,so after updation the table should be like this....
id tag code
--------------
1 1 A
2 1 B
3 1 C
4 1 D
5 1 E
6 1 F
7 1 G
8 1 H
9 0
10 0
11 0
12 0
Can anybody please help me out...this is urgent...
Regards
Meenakshi Dhar
I am having one table...
id tag code
-------------
1 1 A
2 1 B
3 1 C
4 1 D
5 0
6 0
7 0
8 0
9 0
10 0
11 0
12 0
i want to select say top 4 records where tag=0 using php...
and then update those records in the same above table,so after updation the table should be like this....
id tag code
--------------
1 1 A
2 1 B
3 1 C
4 1 D
5 1 E
6 1 F
7 1 G
8 1 H
9 0
10 0
11 0
12 0
Can anybody please help me out...this is urgent...
Regards
Meenakshi Dhar