Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/04/2012, 06:05
Avatar de oaoanton
oaoanton
 
Fecha de Ingreso: diciembre-2011
Mensajes: 22
Antigüedad: 12 años, 3 meses
Puntos: 0
xsl img php id

Hola muy buenas!
Haber si algien me puede ayudar. Estoy haciendo una tienda web de motos en xml i php, mi duda es como hacer para k al acer clic en un modelo envie el id de este a un documento php.
Aqui l codigo del xsl del link:

<a href="producto.php"><xsl:value-of select="marca" /><br /><xsl:value-of select="model" />
<img alt="" width="100px" height="100px">
<xsl:attribute name="src">images/motos/<xsl:value-of select="img"/>.jpg</xsl:attribute>
</img>
</a>

Gracias de antemano!