i have no idea where to start but;
i'm looking for a way to change all emails from suppliers@test.domain.com to title@test.domain.com in a MySQL DB.
DB Name: simons_directory
Table: listing
Fields: title, email
caveats - title has words with spaces, if possible to remove the spaces so "My Business Name" would equal "MyBusinessName"
any ideas?
can be in a MySQL statement or php code.