Why not use Google Webmasters Tools http://www.google.com/webmasters/tools/ to tell google to treat your sample.com the same as www.sample.com?
Which version of IE? The newer ones is less screwy.
he chose to learn today
You can't actually see the program running but you can capture any System.out's that it may have. Runtime systemShell = Runtime.getRuntime();...
Need to upload pics as well?
Here you go: select * from users u, profiles p, userprofiles up where up.userid=u.id and up.profileid=p.id
Do it in 3 delete statements, in the following order. DELETE FROM tags WHERE tags.id in (SELECT post_tags.tagid FROM post_tags WHERE...
Why not include the time down to the millisecond at the end of the date? Then you don't have to generate 01, 02, 03, etc.
update tableA A set social = (select social from tableB B where B.last_name=A.last_name limit 1)
Haha Nice one
Cross join doesn't give you the NULL combination, what you need is a FULL OUTER JOIN. Unfortunately, MySql doesn't support this type of join, so...
Just do: return;
KEY and INDEX are interchangeable keywords, they mean the same thing. KEY 'cat_parent_id' ('parent_id') = Create an index on the 'parent_id'...
$2.26! Time to go buy some more crickets.
Try this insert into user_action(user,pageid,time) select user, pageid, time from user_action where user='suyash' and pageid=10 and time >...
Separate names with a comma.