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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 21, 2011 Share Posted February 21, 2011 $c = $a.$b; Quote Link to comment 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.