Go to the source code of this file.
Functions | |
| db_connect () | |
Variables | |
| $conn = db_connect() | |
| $count = pg_numrows($result) | |
| $city = $row['city'] | |
| $state = $row['state'] | |
|
|
Connects to the database. Return false if connection failed. Be sure to change the $database_name. $database_username , and $database_password values to reflect your database settings. Definition at line 8 of file p.php. References $result. |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4