View Single Post
Old 05-25-11, 02:12 AM   #109
Onkel Neal
Born to Run Silent
 
Onkel Neal's Avatar
 
Join Date: Jan 1997
Location: Cougar Trap, Texas
Posts: 21,284
Downloads: 534
Uploads: 224


Default

Ok, this worked:

Code:
SELECT `user_id` , `user_name` , `home_page` 
FROM `user` 
WHERE `home_page` LIKE '%http%'
AND `joinupdate` >1275354061
AND `posts` =0
__________________
SUBSIM - 26 Years on the Web

Last edited by Onkel Neal; 05-25-11 at 02:26 AM.
Onkel Neal is offline   Reply With Quote