![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/02/2013, 05:18
|
| | Fecha de Ingreso: mayo-2010
Mensajes: 43
Antigüedad: 14 años, 9 meses Puntos: 0 | |
variables Hola.
Tengo una variable $test ... el echo es para comprobar si me coge la variable correcta y si me llega.
<?php $test = $row_DArt['id'] ; echo $test; ?>
esa variable la tengo que llevar al lugar de 4test:
<?php echo rating_bar('4test',5); ?>
es decir: En lugar de 4test deberia coger la variable $test.
Alguien me puede ayudar, Gracias
He intentado asi pero nada
<?php echo rating_bar('$test',8); ?> |