Log in

View Full Version : n00b question


Pro
09-13-2002, 04:45 AM
lol, what's a query?

Neo
09-13-2002, 05:30 AM
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

Pro
09-13-2002, 08:37 PM
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

Pro
09-13-2002, 08:44 PM
ty very much