For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > September 2005 > Re: [PHP-DB] HTML Tables in PHP...









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] HTML Tables in PHP...
mario

2005-09-26, 7:55 am

hi,

silly question: what is EOB?
google returns:
Your search - EOB site:www.php.net - did not match any documents.

I see your (short) side note on EOB on
http://www.oracle.com/technology/pu...rasmus_php.html

EOB is not an entry in your 'programming PHP' (very nice) book index. Is
there some more documentation? Maybe something from C?
thanks regards mario


On Mon, 2005-09-26 at 06:01, Rasmus Lerdorf wrote:[color=darkred]
> There are many ways to do it. I prefer one of these two:
>
> <?php
> echo <<<EOB
> <table align="center" width="$width">
> EOB;
> ?>
>
> or.
>
> <table align="center"> width="<?php echo $width?>">
>
> -Rasmus
>
> Micah Stevens wrote:
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com