I'm using php and mysql tables. a php page and mysql are connected. The query is in a variable, using this line: $query = "select * from users";
When the computer reaches the line above, does it count as a run query, or does something have to be done with $query once it's set to run the query? If so, what?
When the computer reaches the line above, does it count as a run query, or does something have to be done with $query once it's set to run the query? If so, what?