Advertisement

06.20.2008 at 12:53PM PDT, ID: 23503461
[x]
Attachment Details

How do I concatenate these fields to send to another db?

Asked by justmelat in PHP and Databases

Tags: php, mysql

I have a web app that grabs certain info and sends it to another db.  Everything is working perfectly, except I need the attached three fields to be added to one description textarea in the other db.

what's happening is goals is the only one showing in the the description field, so it is overwriting summary and obj.  how do i concatenate this before sending to the other app so everything appears in the description textboxStart Free Trial
1:
2:
3:
$TR['description']=$this->answer['summary'];  //Proj Summary
           $TR['description']=$this->answer['obj'];  //Objective
            $TR['description']=$this->answer['goals']; //Goals
[+][-]06.20.2008 at 12:55PM PDT, ID: 21834384

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP and Databases
Tags: php, mysql
Sign Up Now!
Solution Provided By: Roonaan
Participating Experts: 2
Solution Grade: A
 
 
[+][-]06.20.2008 at 12:59PM PDT, ID: 21834416

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628