Copy link to clipboard
Copied
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
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
Copy link to clipboard
Copied
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>