Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

dynamic Links

Community Beginner ,
Oct 26, 2009 Oct 26, 2009

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

TOPICS
Server side applications
417
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Oct 26, 2009 Oct 26, 2009
LATEST

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>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines