Lisa’s Tiny Counter ‑ Download Page |
|
Title : Lisa’s Tiny Counter Author : Myriam Hrybynyk License : GNU General Public License 2.0 Code : PHP3, MySQL, HTML Description : This code counts and print how many records, corresponding with your Query, were found. If you want to count all records from your Data Base, "All" is print on screen. Sentence is put at plural or singular according to the number of records Prototype : Lisa_sTinyCounter($result,$what); Input : $result = Result of your SQL Query (integer) // $what = Record name searched in your DB // How can I get the result of my SQL Query ? $query = "Your SQL Query"; $result = mysql_query($query); Output : 0 Used by : / Please visit : My Google Code Page | Download Realease 1.0 ‑ 2006/09/11 |
|
Page updated : 2006/09/28 // © Website : Myriam HRYBYNYK, 2006 http://showcase.alcoves.org/Lisa_sTinyCounter.html
| |