Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Evan Heller
has contributed to:
How can I get javascript to determine a browsers font setting and alter it to whatever I choose so that my site is cross-browser/font size compatible
Doing a query with COUNT * , then showing only distinct values of the query with the count value attached, like "Yellow (23)", dropdown menu.
need script that counts entries with specific criteria then using output to decide to echo text
How do I go about adding a rate calulator such as UPS or FedEx?
How do I list 500 results in muliples of 10 without having to search the database for each result set(1-10,11-21, etc)?
How do I use PHP to display rows from a MySQL database in multiples of 50 (1-50, 51-100, etc)? Thanks.