PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Basically I need to change the information in a field from the format of lastname, firstname to firstname lastname.
This is in a SQL database, I know how to connect to the database and read the data out using php but not too sure on how to manipulate it then update the record...