combine two mysql fields and update a third one with result using php

Ames

New Member
I have a database table that contain two fields "Categories" and "Tags"i need to create a third field lets say called Keywords as the result of combining both categories and tagsso \[code\]$Keywords = $tags." ".$categories;\[/code\]can you help me please on how to achieve thisthanks
 
Top