You are here: Re: Syntax problem for $x « PHP Programming Language « IT news, forums, messages
Re: Syntax problem for $x

Posted by NC on 04/23/06 01:10

Garry Jones wrote:
>
> If the variable $delt1 is 8 I want the output
>
> <td class="vt8" >
>
> Which will have read the value of $delt1 from
>
> <td class="vt<?= $delt1 ?>">
>
> As this is part of a larger code I am trying to use x for the number in
> $delt1
>
> This:
> <td class="vt<?= $delt.$x ?>">
> does not work.

Try this:

<td class="vt<?php
$var = "delt$x";
echo $$var;
?>">

An even better solution would be to have an array called $delt and
store all data that are now the $delt* variables as array's elements.
This way, you could simply do:

<td class="vt<?= $delt[$x] ?>">

Cheers,
NC

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация