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. 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 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
Archived
This topic is now archived and is closed to further replies.