| Article: |
Using MySQL from PHP | |
| Subject: | escaping syntax for MySQL in PHP - need help | |
| Date: | 2005-07-06 02:00:07 | |
| From: | gluino | |
|
Hi,
|
||
Showing messages 1 through 1 of 1.
| Article: |
Using MySQL from PHP | |
| Subject: | escaping syntax for MySQL in PHP - need help | |
| Date: | 2005-07-06 02:00:07 | |
| From: | gluino | |
|
Hi,
|
||
Showing messages 1 through 1 of 1.
echo "<option value=" . $row['coyid'] . ">" . $row['name'] . "</option>";