| |
| |
| |
for($i=1; $i<=$totalRows_ref; $i++)
{ $url=strtr(stripslashes($row_ref['titre']), "èéëêâàîïôöûü", "eeeeaaiioouu");
$url=str_replace(" ", "-", $url);
$url=str_replace("'", "-", $url);
echo("".$row_ref['titre']." ");
$row_ref = mysql_fetch_array($ref);
}
?> |
|
| |
|
|
|
|