Hi
Currently im using this
$query = "select * from news, users where news.User_ID = users.User_ID order
by news.News_ID DESC"
only problem is both tables have User_ID, how can I make aliases of these?
Donno how to do it :S
Currently im using this
$query = "select * from news, users where news.User_ID = users.User_ID order
by news.News_ID DESC"
only problem is both tables have User_ID, how can I make aliases of these?
Donno how to do it :S
Comment