The above query (there is a string replace function for the dodgy bit at the end) has me a little confused.PHP Code:'SELECT a.id, a.filename, a.name, a.description
FROM media a
WHERE 1 = 1
#-AND-# #-ORDERBY-# #-GROUPBY-#';
Why the "WHERE 1=1" bit? Will that not always evaluate to true?
And why the media.a?




-: 

Bookmarks