close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

active url link

Thread began 4/18/2010 7:56 am by pogro711 | Last modified 4/19/2010 1:58 am by CraigR | 1549 views | 4 replies |

pogro711

active url link

hello,

pls help,

<a href="#"><?php echo $row_rsUserInfo['url']; ?></a></a>

i want that dynamic data [url] to be an active link.

pls help

thanks

Sign in to reply to this post

CraigRBeta Tester

change

<a href="#"><?php echo $row_rsUserInfo['url']; ?></a>

to

<a href="<?php echo $row_rsUserInfo['url']; ?>">Link Text</a>

replacing Link Text with appropriate wording

Sign in to reply to this post

yogastudents362523

Originally Said By: pogro711
  <a href="#"><?php echo $row_rsUserInfo['url']; ?></a></a>
i want that dynamic data [url] to be an active link.
pls help thanks  



I am not a PHP expert, but what I usually do is ...

<a href="<?php echo $row_rsUserInfo['url']; ?>"><?php echo $row_rsUserInfo['url']; ?></a>

I.e. put the whole PHP echo code you want, for the link, in between the quotes in the href part. Works OK for me ... that's all I can say. Hopefully someone more informed will give you a better answer soon.
HTH
Bye

Sign in to reply to this post

pogro711

thanks for the help i tried both and they all worked fine.

now my problem is. when i click that link that i made, it goes to like a yahoo search page and it seems like the page does not exist. but when i copy and paste it to my address bar, it worked. i have implemented a restrict page access to that page, user should be logged in first to see that page.

any idea?

thanks

Sign in to reply to this post

CraigRBeta Tester

can you post a link so i can take a look ?

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...