[thelist] php output question

Fred Jones fredthejonester at gmail.com
Sat Mar 13 22:48:03 CST 2010


> <a href="<?php echo get_bloginfo('url')."/?page_id=58"; ?>"> <?php echo
> substr(strip_tags($show_res['post_content']),0,350); ?> </a>
>
> And I'd like to add "&nbsp;&nbsp;|&nbsp;&nbsp;" or something similar as a
> divider between links.  Can I safely use the pipe?  How do I add this to the
> code?

echo '&nbsp;&nbsp;|&nbsp;&nbsp;';

That's it.


More information about the thelist mailing list