Out of interest, are you writing your blog entry in word, then copying
and pasting it into a text area and saving it to your database? I
think that would cause what Pete Clark said he saw happening. If you
are, you'll need to paste it into notepad to remove all the word tags
before copying and pasting it into your blog.

Regards,

David.

--- In [email protected], "ksaul27" <[EMAIL PROTECTED]> wrote:
> What I have is code assigned to a variable,
> but when I echo it to the browser, it prints it literally.
> 
> I'm trying to display my blog (using the rss feed) on my website. The
> blog entry text is assigned to $description. Many of them have break
> tags and url code in them, i.e. 
> 
> $description = "Check out this site I found: <a href="url.htm">Cool
> Site</a>";
> 
> Then "echo $description;" prints that out character by character
> _instead_of_
> 
> "Check out this site I found: Cool Site"
> 
> You can see the real thing here:
> http://pink-ribbon.com/indexrss.php
> 
> Thanks for trying to understand. I even tried just using strip_tags()
> but it didn't do anything!
> 
> 
> --- In [email protected], "Frank Wallen" <[EMAIL PROTECTED]> wrote:
> > If I understand your question correctly:
> > 
> > <html>
> > <body>
> > ... some stuff ...
> > <!-- Your link to follow -->
> > <?php echo "<a href='url.htm'>Click Here</a>";?>
> > ... more stuff....
> > </body>
> > </html>
> > 
> > Once the page is generated for the user, they can view the source
> page, but
> > will only see the created link, not your PHP code to create the
> link.




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/CefplB/TM
--------------------------------------------------------------------~-> 

The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to