Hi all,
I a new in PHP.
I do to divide the results of a query in many page exemple:
[prev 5] 1 2 3 4 5 [next 5]
I have read last topic in this forum but I not understand the code. There's anyone can help me with develope the code a bit simple?
[prev 5] 1 2 3 4 5 [next 5] (This code I don't know)
$result = mysql_query("select * from TABLE");
While ($rows = mysql_fetch_array($result))
{
echo ="<b>Data: </b>";
echo $row["data"];
}
[prev 5] 1 2 3 4 5 [next 5] (This code I don't know)
Many thanks to anyone that help me and sorry for my terrible english. I'm an italian boy and there'isnt italian php site that speak well of PHP develope as this 🙁
Michelangelo
cryoteck@galactica.it