Jump to content

[SOLVED] target_blank Help


williwaw

Recommended Posts

Hi all,

I am trying to have the link below open in a new window when someone clicks on it. 

 

foreach ($xml->channel->item as $item)
   {
      echo "<li><a href={$item->link}>{$item->title}</a></li>";
   }

Thanks for the look!

 

Cheers,

williwaw

 

Link to comment
Share on other sites

Wow, that was fast!  Thanks again for your help...it works great.  One more question-same problems but the code is a little different and I can't seem to make it work.

echo "<p><href={$item->description}</p>";

Sorry about being a noob, but I did not notice the difference when I originally posted this thread.

 

Cheers,

williwaw

Link to comment
Share on other sites

Ok, what I did was put quotes " round the url (which isnt mandatory but is strongly suggested) and then escaped them with backslashes, so that php doesn't the the quote is ending the echo.

 

I then simply added target="_blank" escaped with backslashes aswell, so target=\"_blank\"

 

:)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.