⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

appending data to a return



thefirebuilds
  • profile picture
  • Member

Posted 17 July 2012 - 16:45 PM

my database contains auction numbers which return as simply a digit. What I would like to do is append them to a url. I.e.:

database content: 33010101011

What I need Grocery Crud to display: <a href="http://someauctionsite.com/33010101011">an auction</a>

I'm sure it's here, and I've read but I can't find the correct way to do this. I do appreciate your response, this is an excellent system so far.