Re: PHP/HTML

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



try using

<td width="<?php echo $width."%"?>">

or

<td width="<?php echo $width?>"%>

or

echo "<td width=\"".$width."%\">";

all three should help...


"Harlan Lax" <hlax@optonline.net> escribió en el mensaje
20030409163805.34550.qmail@pb1.pair.com">news:20030409163805.34550.qmail@pb1.pair.com...
> in message 004b01c2fe3e$e2338590$7c02a8c0@coconut">news:004b01c2fe3e$e2338590$7c02a8c0@coconut...
> "John W. Holmes" <holmes072000@charter.net> wrote
> >
> > <td width="<?=$width?>">
> >
> > echo "<td width=\"$width\">";
> >
> Thank you for the asistance.  The other question is that I need to
> concatinate the % symbol to the value I calculated.  I trioed the concat
> function but get an error.  What is the syntax to this?
>
>
> > etc...
> >
> > ---John W. Holmes...
> >
> > PHP Architect - A monthly magazine for PHP Professionals. Get your copy
> > today. http://www.phparch.com/
> >
> >
>
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux