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

dynamic Links

Community Beginner ,
Oct 26, 2009 Oct 26, 2009

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

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

Views

416
Translate

Report

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

Copy link to clipboard

Copied

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>

Votes

Translate

Report

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