ciao a tutti....mi sto dilettando con il PHP....
ma come si fa l'accento? >'
grazie a tutti.![]()
ciao a tutti....mi sto dilettando con il PHP....
ma come si fa l'accento? >'
grazie a tutti.![]()
www.stylab.it
www.webagencynapoli.it
Solidarieta' tra designer!!!
grazie...provo...
www.stylab.it
www.webagencynapoli.it
Solidarieta' tra designer!!!
nada...
allora ti posto il codice.... :gren:
<td class="macrovoci">Rap - HipHop - R'n'B - Soul</td>
www.stylab.it
www.webagencynapoli.it
Solidarieta' tra designer!!!
allora io apro cosi'....
<?php
$menu='<table width="150" border="0" cell ...............poi arrivato a r'n'b(succede il fattaccio).....e kiudo con......
</tr>
</table>';
?>
www.stylab.it
www.webagencynapoli.it
Solidarieta' tra designer!!!
ti posto tutto il codice....vedi se puoi fare qualcosa....(mettilo in una pagina php vuota....grazie....![]()
![]()
<link href="stili.css" rel="stylesheet" type="text/css">
<link href="form.css" rel="stylesheet" type="text/css">
<?php
$menu="<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Eventi</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Calendario</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Foto</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Eventi
- Graffiti
- MC
- Bboying</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Rap - HipHop - R'n'B - Soul</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- What's new
- L'Angolo di Davide</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Rubriche</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Reggae
- Afro
- Jazz
- Blues</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Articoli</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top"> - Graffiti
- MC
- Bboying
- Percussioni
- Music Production
- Blue Note
- HipHop Style</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Artisti</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Discografie / Siti Web
- Cerca Album</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Recensioni</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Archivio
- Cerca Recensione
- Richiesta Recensione</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Interviste</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Ultima
- Archivio</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Films</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Ultima Uscita
- Archivio
- Cerca Film</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Video Games</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- Novità
- Archivio</td>
</tr>
</table></td>
</tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="macrovoci">Viaggi</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="microvoci">
<tr>
<td valign="top">- I viaggi di Bely </td>
</tr>
</table></td>
</tr>
</table>";
?>
www.stylab.it
www.webagencynapoli.it
Solidarieta' tra designer!!!
se fai echo '"'; non ti serve fare l'escape
se fai echo """; invece si
quindi echo "\""; in tutte...
OK...GRAZIE 1000!!!![]()
www.stylab.it
www.webagencynapoli.it
Solidarieta' tra designer!!!