Skip to main content
boloco
Known Participant
October 27, 2009
Question

dynamic Links

  • October 27, 2009
  • 1 reply
  • 447 views

Hi There,

I'm trying to create a simple link to a page (internal or external) using the binding panel.

I have this for example:

Anaconda

310.564.3589

www.anaconda.com

This information is in a table in my database.

From the binding panel I can populate the page so it looks like the above example.

I have inserted the name, the tel #, and the website.

How do I create the link to www.anaconda.com from there?

Help please!

Thanks!

boloco

This topic has been closed for replies.

1 reply

jon8
Inspiring
October 27, 2009

you can make anything dynamic. Example (with recordset example)

<a href="<?php echo $row_rsExample['url']; ?>"><?php echo $row_rsExample['url_name']; ?> or static name</a>