[thelist] php output question

David david at deadpansincerity.com
Sun Mar 14 07:13:48 CDT 2010


If you're jumping in and out of <? ?> tags anyway, you probably don't need
to echo it, just place it outside php tags.

You might also consider css as a more flexible layout tool than &nbsp

Love regards etc

David Miller
0771 744 8361
www.deadpansincerity.com


On 14 March 2010 04:48, Fred Jones <fredthejonester at gmail.com> wrote:

> > <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.
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list