Me Compre Un Libro De PHP todo jevi voy leendo y aprendiendo bastante pero pasa lo siguiente.
Me Dan Este Ejemplo.
Código PHP:
<html>
<head><title>Interpolacion De Variables</title></head>
<body>
<h1>Interpolacion De Variables</h1>
<?php
$apples = 4;
$fruitname = "manzanas";
echo "Numeros de manzanas: ${fruitname};"
?>
</body>
</html>
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)