Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/02/2014, 17:28
aquelloslibros
 
Fecha de Ingreso: mayo-2013
Ubicación: Buenos Aires, Capital Federal
Mensajes: 11
Antigüedad: 11 años
Puntos: 0
pasar informacion de un html a un php

hola a todos tengo el siguiente problema.

en una pagina tengo estos datos

<br><br>Bibliotecas de Alemania
<a href="http://www.xxx/noti/Biblioteca-de-la-Ciudad-de-Stuttgart.htm">
<br>Biblioteca de la Ciudad de Stuttgart (Alemania)</a>
<a href="http://www.xxx/noti/Biblioteca-Herzog-August-Wolfenbuttel-Alemania.htm">
<br>Biblioteca Herzog August, Wolfenbüttel (Alemania)</a>

<br><br>Bibliotecas de Argentina

<a href="http://www.xxx/noti/Biblioteca-Nacional-de-Argentina.htm">
<br>Biblioteca Nacional Argentina (Argentina)</a>

Y en un php tengo esta tabla

<table border="0" width="84%">
<tr>
<td nowrap><font color="#008080">Alemania</font></td>
<td nowrap><font color="#008080">Argentina</font></td>
<td nowrap><font color="#008080">Australia</font></td>
<td nowrap><font color="#008080">Austria</font></td>
<td nowrap><font color="#008080">Brasil</font></td>
<td width="253" nowrap><font color="#008080">Canadá</font></td>
</tr>
<tr>
<td nowrap><font color="#008080">Colombia</font></td>
<td nowrap><font color="#008080">China</font></td>
<td nowrap><font color="#008080">Dinamarca</font></td>
<td nowrap><font color="#008080">Egipto</font></td>
<td nowrap><font color="#008080">España</font></td>
<td width="253" nowrap><font color="#008080">Estados Unidos</font></td>
</tr>
<tr>
<td nowrap><font color="#008080">Francia</font></td>
<td nowrap><font color="#008080">Irlanda</font></td>
<td nowrap><font color="#008080">Italia</font></td>
<td nowrap><font color="#008080">Japón</font></td>
<td nowrap><font color="#008080">México</font></td>
<td width="253" nowrap><font color="#008080">Países Bajos</font></td>
</tr>
<tr>
<td nowrap><font color="#008080">Portugal</font></td>
<td nowrap><font color="#008080">Suecia</font></td>
<td nowrap><font color="#008080">Suiza</font></td>
<td nowrap><font color="#008080">Rusia</font></td>
<td nowrap>&nbsp;</td>
<td width="253" nowrap>&nbsp;</td>
</tr>
</table>

Lo que necesito es un scrip que haga que cuando el usuario hace click en un pais por ejemplo Alemania muestre las bibliotecas de alemania en el php desde ya muchas gracias a quien me pueda ayudar