passingTime Posted February 20, 2011 Share Posted February 20, 2011 Helo, I am trying to send 2 values from a form textfield into one SQL table field. So in the text field i insert A and B and both are sent to the field as different values. If this is not possible I would love to know a better way of doing it :S Thank you Link to comment https://forums.phpfreaks.com/topic/228278-multiple-field-values/ Share on other sites More sharing options...
Brian Swan Posted February 21, 2011 Share Posted February 21, 2011 It's not quite clear to me what you are trying to do. Can you post some code that shows what you are doing? That would help in figuring out if there is a better way of doing it. Thanks. -Brian Link to comment https://forums.phpfreaks.com/topic/228278-multiple-field-values/#findComment-1177650 Share on other sites More sharing options...
Jessica Posted February 21, 2011 Share Posted February 21, 2011 $c = $a.$b; Link to comment https://forums.phpfreaks.com/topic/228278-multiple-field-values/#findComment-1177658 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.