Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8416361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:43:55+00:00 2026-06-10T01:43:55+00:00

i have a table in the database consists of three columns and 4 rows.

  • 0

i have a table in the database consists of three columns and 4 rows. And now i want to set hyperlink for each of the entity present in the 3rd column of the table in the database and display the output.

i tried printing the values of array as

echo "<td>", $row['a'], "</td><td>", $row['b'] ,"</td><td>", "<a href=\"http://foo/foo/".$row['link']."\">"."view"."</a>","</td>" ;?>

where a,b and link are the column name of 1,2 and 3 respectively. and i want to hyperlink the html pages. How can i do it? when i try to run my code, its goes to the folder http://foo/foo/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T01:43:57+00:00Added an answer on June 10, 2026 at 1:43 am

    Remove the echo part and just output as HTML. This way you don’t have to worry about all that messy concatenation (you’re using , instead of ., which is valid, but in this context is unnecessary).

    <?php
    
    // code here
    
    ?>
    
    <td><?= $row['a'] ?></td><td><?= $row['b'] ?></td><td><a href="http://foo/foo/<?= $row['link'] ?>">view</a></td>
    
    <?php
    
    // more code here
    .
    .
    .
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I have a database table which consists of three columns: id ,
I have a database table with some rows that I want to fetch using
I have a MS access database. In that, one table consists of questions and
We have a SQL Server database table that consists of user id, some numeric
I have created a simple database in SQL Server Express which consists of three
I have a database which consists of a graph. The table I need to
I have a junction table in my SQL Server 2005 database that consist of
If you have a set of tables in the database that strictly consist of
i have database table like this +-------+--------------+----------+ | id | ip | date |
My database table have a Timestamp column named as inTime and i am using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.