Index: Q

Symbols & Numbers
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Index: Q
- q elements:  8.3. Alphabetical Tag Reference (Dynamic HTML)
- q objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- qmail:  17.2.3. Discussion (PHP Cookbook)
- qualifier property, event objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- quality of JPEG images:  9.4.1. The Structure of a Graphics Program (Programming PHP)
- quantifiers, greedy and nongreedy matching:  13.5.2. Solution (PHP Cookbook)
- quantifiers in regular expressions:  4.8.4. Repeating Sequences (Programming PHP),  greedy and non-greedy:   4.10.5. Quantifiers and Greed (Programming PHP)
- query( )
- 
  
  - Cache_DB class:  10.15.3. Discussion (PHP Cookbook)
- DB class:  10.4.3. Discussion (PHP Cookbook)
- 
    -  10.7.2. Solution (PHP Cookbook)
-  10.7.3. Discussion (PHP Cookbook)
-  10.11.3. Discussion (PHP Cookbook)
 
- Net_Whois class:  17.12.3. Discussion (PHP Cookbook)
 
- query( ),  placeholders for values:   8.4.1. Placeholders (Programming PHP)
- query evaluator:  1.4.1. Database Management Systems (Web Database Applications)
- query result object, fetching data from:  8.3.5. Fetching Results from a Query (Programming PHP)
- query results:  4.2. Formatting Results (Web Database Applications)
- query strings:  13.9. The Location Object (JavaScript)
- queryCommandEnabled( ) method
- 
  
  - commands for (list):  D. Internet Explorer Commands (Dynamic HTML)
- document objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- TextRange objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
- queryCommandIndeterm( ) method
- 
  
  - commands for (list):  D. Internet Explorer Commands (Dynamic HTML)
- document objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- TextRange objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
- queryCommandState( ) method
- 
  
  - commands for (list):  D. Internet Explorer Commands (Dynamic HTML)
- document objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- TextRange objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
- queryCommandSupported( ) method
- 
  
  - commands for (list):  D. Internet Explorer Commands (Dynamic HTML)
- document objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- TextRange objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
- queryCommandText( ) method
- 
  
  - commands for (list):  D. Internet Explorer Commands (Dynamic HTML)
- document objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- TextRange objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
- queryCommandValue( ) method
- 
  
  - document objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- TextRange objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
- querying
- 
  
  - automated, for housekeeping:  13.1. Automated Housekeeping (Web Database Applications)
- database-driven:  1.5.2.1. Database-driven querying (Web Database Applications)
- 
    -  4. Querying Web Databases (Web Database Applications)
- five steps to:  4.1.1. Opening and Using a Database Connection (Web Database Applications)
 
- INSERT INTO ... SELECT statement and:  3.8.3. INSERTing with a SELECT Statement (Web Database Applications)
- with join queries:  3.7. Join Queries (Web Database Applications)
- multiple queries and:  4.3.2.1. Adding a second or subsequent query (Web Database Applications)
- one-component:  5. User-Driven Querying (Web Database Applications)
- 
    -  5.2.3. One-Component Querying (Web Database Applications)
 
- with SELECT statement:  3.6. Querying with SQL SELECT (Web Database Applications)
- table aliases for:  3.7.2.2. Table aliases in SQL queries (Web Database Applications)
- techniques of:  1.4.3. The MySQL DBMS (Web Database Applications)
- two-component:  5. User-Driven Querying (Web Database Applications)
- user-driven:  1.5.2.2. User-driven querying and browsing (Web Database Applications)
- 
    -  5. User-Driven Querying (Web Database Applications)
 
 
- querying, CGI programs and:  5.11. Combining Forces: A Custom Newsletter (Dynamic HTML)
- querying databases
- 
  
  - building queries programatically:  10.13.1. Problem (PHP Cookbook)
- caching queries and results:  10.15.1. Problem (PHP Cookbook)
- finding number of rows returned by:  10.9.1. Problem (PHP Cookbook)
- without a loop:  10.6.1. Problem (PHP Cookbook)
- placeholders in queries:  10.6.3. Discussion (PHP Cookbook)
- repeating queries efficiently:  10.8.1. Problem (PHP Cookbook)
- SQL:  10.5.1. Problem (PHP Cookbook)
 
- QUERY_STRING variable (CGI):  12.1.1. Transferring the Form Data (Webmaster in a Nutshell)
- 
  -  12.4. CGI Environment Variables (Webmaster in a Nutshell)
 
- queues, event:  6.2. Event Objects (Dynamic HTML)
- queues, treating arrays as:  5.10.2. Stacks (Programming PHP)
- quick start guide for MySQL:  3.2. Quick Start Guide (Web Database Applications)
- quirks:  1.5.1. CSS Rationale (Dynamic HTML)
- 
  -  1.5.2. Element Positioning and Layering (Dynamic HTML)
 
- " (quotation marks):  1.4. XHTML (Dynamic HTML)
- 
  -  3.5.2. CSS Attribute Assignment Syntax (Dynamic HTML)
-  3.6.1.2. The style attribute in element tags (Dynamic HTML)
 
- " (quotes, double)
- 
  
  - converting to HTML entities:  8.9.3. Discussion (PHP Cookbook)
- 
    -  9.9.3. Discussion (PHP Cookbook)
-  11.10.2. Solution (PHP Cookbook)
 
- in double-quoted strings:  1.1. Introduction (PHP Cookbook)
- double-quoted strings
- 
    
    - escape sequences in:  2.2.3. Strings (Programming PHP)
- variable interpolation in:  4.1.1. Variable Interpolation (Programming PHP)
 
- escaping for SQL:  10.1. Introduction (PHP Cookbook)
- escaping in queried data:  10.10.2. Solution (PHP Cookbook)
- HTML entity for:  4.5.1.1. Entity-quoting all special characters (Programming PHP)
- in heredocs:  4.1.4. Here Documents (Programming PHP)
- in SQL queries:  4.5.3. SQL (Programming PHP)
- in string literals:  2.2.3. Strings (Programming PHP)
- in strings:  1.1. Introduction (PHP Cookbook)
- variable interpolation in a double-quoted string:  17.4.3. Discussion (PHP Cookbook)
 
- " (quotes, double) in strings:  3.2.1. String Literals (JavaScript)
- quotation marks in strings:  3.2.1. String Literals (JavaScript)
- quote( ) (DB):  10.5.3. Discussion (PHP Cookbook)
- 
  -  10.10.2. Solution (PHP Cookbook)
- calling strtr( ) after:  10.10.3. Discussion (PHP Cookbook)
 
- quoted_printable_decode( ):  A.2c. Alphabetical Listing of PHP Functions (j-q) (Programming PHP)
- quotemeta( ):  13.9.3. Discussion (PHP Cookbook)
- 
  -  A.2c. Alphabetical Listing of PHP Functions (j-q) (Programming PHP)
 
- quotes
- 
  
  - escaping in data for queries:  10.10.1. Problem (PHP Cookbook)
- "magic quotes" feature in PHP:  10.1. Introduction (PHP Cookbook)
- 
    -  10.5.3. Discussion (PHP Cookbook)
 
 
- quotes attribute (CSS):  11.5. Alphabetical Attribute Reference (Dynamic HTML)
- quotes property
- 
  
  - CSSStyleDeclaration objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
- style objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
- quoting
- 
  
  - form parameters automatically:  7.4.3. Automatic Quoting of Parameters (Programming PHP)
- get_magic_quotes_gpc( ):  A.2b. Alphabetical Listing of PHP Functions (f-i) (Programming PHP)
- for regular expressions:  4.10.13.5. Quoting for regular expressions (Programming PHP)
- set_magic_quotes_runtime( ):  A.3d. Alphabetical Listing of PHP Functions (r-z) (Programming PHP)
- string constants:  4.1. Quoting String Constants (Programming PHP)
- 
    
    - here documents:  4.1.4. Here Documents (Programming PHP)
- in double-quoted strings:  4.1.3. Double-Quoted Strings (Programming PHP)
- in single-quoted strings:  4.1.2. Single-Quoted Strings (Programming PHP)
- variable interpolation:  4.1.1. Variable Interpolation (Programming PHP)
 
- strings in PHP array keys:  5.2. Identifying Elements of an Array (Programming PHP)
 
- "Undefined variable" error message:  8.16.3. Discussion (PHP Cookbook)
Symbols & Numbers
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
 
  Copyright © 2003 O'Reilly & Associates, Inc. All Rights Reserved.