Originally posted by Xenon the query has an effect, but you have to be sure that the hompage is exactly like that.
is the last / really there?
if not use this:
[sql]UPDATE user SET homepage='http://www.mydefaultsite.com' WHERE homepage='http://www.'
[/sql]
There we go. That did the trick.
The last "/" was showing up when I did a mouseover the button and when I clicked "properties" on it, too. :s But whether real or no, this worked! Thanks a million.