View Full Version : n00b question
I query is a command that is used to interact with the database in this case MySQL. A query can select information from the database, add, delete, manipulate, and even change the whole database itself. It is what makes a site dynamic.
Here is a example query:
------------------------------
SELECT title FROM table WHERE tableid='1'
------------------------------
This would get the title of the table with the id 1.
DeadMan384AD
09-13-2002, 01:33 PM
que'ry n. question; mark of interrogation.-v.t. question, ask; mark with a query. [L. quaere, seek]
:D
Thank you very much, but how do I use it in a hack? Some require queries, but I don't know where to put those. :(
NTLDR
09-13-2002, 08:43 PM
Queries need to be run, they are not code changes.
Here is information on how to run them ;)
http://vbulletin.com/forum/showthread.php?s=&threadid=18558
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.