I have a table name news . In which
one of field is date.The value of date
is putted by using mktime() function.
now i want to phase out the record
whose year 2005.
Example:
--------
(news)
id head date
-- ---- -----
1 A1 1124809860
2 A2 1134809862
3 A3 1125809865
how it is possible with help of like keyword in sql and php.
phase record with like keyword
Moderator: General Moderators
-
pallabmondal123
- Forum Newbie
- Posts: 1
- Joined: Sat Feb 18, 2006 12:06 pm