View Single Post
  #3  
Old 05-10-2009, 10:22 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
To avoid an echo mess, I found this would give you all the necessary information about your tables.

PHP Code:
function onSQLData() {
  for (
temp.rowrequestsql("select * from sqlite_master"true).rows) {
    
player.sendpm(row[4]);
  }

__________________
Quote:
Reply With Quote