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 7686575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:30:42+00:00 2026-05-31T19:30:42+00:00

I am having problems with echoing the result from a sql query as links

  • 0

I am having problems with echoing the result from a sql query as links when using UNION ALL.

The tables looks like this:

TABLE: posts
id username date comment

TABLE: files
id username date file

The "file" row contains urls to uploaded files.

The code i have for displaying the results:

<?php
$sql="SELECT * FROM posts 
UNION ALL 
SELECT * FROM files 
ORDER BY date DESC LIMIT 100";
$result=mysql_query($sql);
while($rows=mysql_fetch_array($result)){
?>

<div> <?php echo $rows['comment']; ?> </div>
<div> <a href="<?php echo $rows['file']; ?>"><?php echo $rows['file']; ?></a> </div>

<?php
}
?>

Now everything sorts out in the right order, but the filenames wont be displayed as links, only plain text.
There are no problems, echoing out the links if i run a query on the files table only.

I guess the big question is: How do you display the result from a UNION ALL query as links?

  • 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-05-31T19:30:43+00:00Added an answer on May 31, 2026 at 7:30 pm

    When you perform a UNION query, columns are combined meaning your comment and file columns will be the same, the resultset name of which will be comment (the first select statement). See http://dev.mysql.com/doc/refman/5.0/en/union.html

    I’d be more inclined to use two separate queries, one against the posts table and the second against files.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a problem echoing a single line from a sql query. I'm still
I'm having problems figuring out a query for this scenario. I have two tables
Im having problems building a query with the linq to sql data query expression
Having problems with this setup what im trying to do is like so. Steps
I'm having problems using substr() with matches coming from a regular expression (using preg_match()
I'm having problems using textures that are larger than the OpenGL window or the
I'm having problems echoing the src and alt attribute in the img tag. It
I`m having problems converting a char array read from file to an int array.
I am having problems echoing a string which contains a HTML select element with
I'm having some problems using / understanding is_dir. (Yes, I have read the PHP

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.