eccolo!codice:<?php require_once("connect.php"); $count=0; $n=$_GET['n']; $a=$n*1000; $result = mysql_query("SELECT * FROM link where parole like '%' ORDER BY `data` DESC LIMIT $a,1000"); while ($row = mysql_fetch_array($result) ) { $ita = array("Cane", "Gatto"); $ing = array("Dog", "Cat" ); $link = str_replace( $ita, $ing, $row[0] ); $testo = str_replace( $ita, $ing, $row[1] ); echo "$testo</br>"; $count=$count+1; } echo "tot="; echo $count; ?>
![]()

Rispondi quotando

:master:


