"SQL injection is a serious concern for webmasters, as an experienced attacker can use this hacking technique to gain access to sensitive data and/or potentially cripple your database. If you haven’t secured your applications, I implore you to get yourself familiar with the following method and grind it into your coding routine. One unsafe query can result in a nightmare for you or your client."
Submitted by stella - 2007-10-21 18:12:16
Channels - hackszine
Tags - php
hack
tech
programming
mysql
injection
You just have to pass simple mySql query like "select * from my table" as a first argument.
and as a second argument, just pass total number you want to display as paging eg "10"
so the function would be paging("select * from myTable", 10);
Submitted by vijay - 2008-09-10 21:49:29
Channels - php
Tags - php
dynamic
paging
"This is a simple web-app that suggests new Digg-stories for you based on your previous interests. It uses the Digg API and a local-database for caching and comparison. Built by smash using PHP, and hosted by Mosso. "
Submitted by stella - 2008-03-20 21:36:45
Channels - hackszine
Tags - php
api
digg
smash



