cfdeveloper
Programmer
Hello everybody,
I want to re-arrange everything dumped out by cfdump and comma separate all the elements of the cfdump structure.
<cfdump var="#url#">
I want to take the results returned by the above cfdump structure and comma separate each element. I want to insert all the comma separated elements into a db column.
Ex:
struct
FirstName Joe
LastName Bloggs
Phone 35345
Building CA
Change this into:
FirstName: Joe, LastName: Bloggs, Phone: 35345, Building: CA
Can somebody please show me how to do this?
Best regards,
cfcoder
I want to re-arrange everything dumped out by cfdump and comma separate all the elements of the cfdump structure.
<cfdump var="#url#">
I want to take the results returned by the above cfdump structure and comma separate each element. I want to insert all the comma separated elements into a db column.
Ex:
struct
FirstName Joe
LastName Bloggs
Phone 35345
Building CA
Change this into:
FirstName: Joe, LastName: Bloggs, Phone: 35345, Building: CA
Can somebody please show me how to do this?
Best regards,
cfcoder