Thread
:
sorting question
View Single Post
10-07-2005, 02:25 PM
#
7
(
permalink
)
Odoggy5
Code Monkey
Join Date: Aug 2003
Location: SF
Posts: 47
i found a query that worked it out for me.
Code:
$query = 'SELECT * FROM memfiles WHERE `file` LIKE \'%psms_cnfg%\'' . ' ORDER BY LPAD(field,7,"0")';
Odoggy5
View Public Profile
Find More Posts by Odoggy5