Jump to content

[SOLVED] ConCat question


elentz

Recommended Posts

I am trying to get a Concat query to add put some text into a mysql field along with adding another field value at the end I have:

update vtiger_accountscf Set vtiger_accountscf.cf_700 = CONCAT('localhost/customstuff/statements/ex.php?accountid=',(accountid))

 

I get localhost/customstuff/statements/ex.php?accountid= and that is all.  the last accountid is a field in the vtigeraccounts_cf table.  When I run the query I never get the accountid added to the line. 

 

Can someone show me where I am going wrong here?

 

Thanks Alot

 

Link to comment
https://forums.phpfreaks.com/topic/134416-solved-concat-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.