Ping Count for Blogs Dominicanos
I’ve added another function to Blogs Dominicanos… For the the last month I’ve been looking at the pinging that Dominican Bloggers have doing and I think it’s ready to be viewed by the bloggers themselves… Maybe they’ll have a race to reach 10,000 pings even though I doubt anyone will be looking at that number so close… The code itself was easy to write…
The function to sum the number of pings in the database looks somthing like this…
$num= “select SUM(field) as num from table”;
if(database total is equal to 0)
{
echo “0″;
}
else
{
get the total number of pings
echo $num;
}
This site is like a new toy for me… I can think of something and I’ll spend hours trying to figure out how to get it done… It has certainly been quite the learning expirience… I never expected to apply some of the things I’ve learned in my C++ class over 4 years ago into this site, but I must say that it has come in handy. Especially the if and while statements. They are used all over the place.
About this entry
You’re currently reading “Ping Count for Blogs Dominicanos,” an entry on [//édúwín||réyés\\]
- Published:
- 11.02.05 / 8pm
- Category:
- Blogs Dominicanos, Programing

5 Comments
Jump to comment form | comments rss [?] | trackback uri [?]