kabar916 Posted November 13, 2011 Share Posted November 13, 2011 I connected to a database. i want to know how i can get the value out of that field and add it to the values of another. i don't want to make any changes to the database. i just want to use the values for coding. please, if anyone knows how to do this, let me know. Quote Link to comment https://forums.phpfreaks.com/topic/251070-add-values-from-one-field-to-another/ Share on other sites More sharing options...
Pikachu2000 Posted November 13, 2011 Share Posted November 13, 2011 SELECT field1 + field2 FROM table Quote Link to comment https://forums.phpfreaks.com/topic/251070-add-values-from-one-field-to-another/#findComment-1287868 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.