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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:51:41+00:00 2026-05-31T02:51:41+00:00

I am Currently passing holidays.xml to a table in logged_in.php . holidays.xml <?xml version=1.0

  • 0

I am Currently passing holidays.xml to a table in logged_in.php.

holidays.xml

<?xml version="1.0" encoding="ISO-8859-1" ?> 
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 <channel>
 <item>
      <title>Luxurious Jamaican holidays | 40% Discount On Accommodation - Book Now!</title> 
      <link>http://www.numyspace.co.uk/~cgel1/holidays/Jamaica.html</link> 
      <description>7 nights at The Golden Palm, Montego Bay travelling from Newcastle with Fly Jamaica</description> 
      <pubDate>Sun, 13 Feb 2011 11:58:17 GMT</pubDate> 
      <guid>http://www.numyspace.co.uk/~cgel1/holidays/Jamaica.html</guid> 
  </item>
 </channel>
</rss> 

logged_in.php

       <?php
// load the xml file into a simplexml instance variable
$holiday = simplexml_load_file('holidays.xml');

// draw a table and column headers
echo "<table border=\"0\">";
/* echo " <th>Title</td>
      <th>Link</td>
      <th>Description</td>
      <th>Published Date</th>";
*/
// iterate through the item nodes displaying the contents
foreach ($holiday->channel->item as $holiday) {
    echo "<tr>";
    echo "<td>{$holiday->title}</td>";
    echo "<td>{$holiday->link}</td>";
    echo "<td>{$holiday->description}</td>";
    echo "<td>{$holiday->pubDate}</td>";
    echo "</tr>\n";
}
echo "</table>";
?>

I would like echo "<td>{$holiday->link}</td>"; to be a link of echo "<td>{$holiday->title}</td>";, so link would be the href and title the title. Is there a simple way to do this?

  • 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-31T02:51:42+00:00Added an answer on May 31, 2026 at 2:51 am
    echo "<td><a href=\"{$holiday->link}\">{$holiday->title}</a></td>";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently, I'm passing a command into a user-defined function in PHP. How do I
Difficult to explain this Question, but im currently passing variables in a php page
Currently I use: RewriteRule ^([^/\.]+)/?$ page.php?page=$1 [L] Which is good for when passing one
I'm currently passing the pid on the command line to the child, but is
I'm currently passing some date-time info to a web page using url parameters, which
I'm currently trying to run a certain procedure (sql 2005) in VB6, passing some
I'm currently passing an array to a function, then attempting to use glGenBuffers with
In my plugin architecture I am currently passing a plugin name (string), method name
I'm currently passing a very large classpath to javac to compile a java project.
Duplicate: Killing a thread (C#) I'm currently passing my thread a threadstart delegate and

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.