Forum: PHP Mar 24th, 2009 |
| Replies: 9 Views: 627 Let me try again. If there is only one matching row in the database, the mysql_fetch_assoc() function grabs it, leaving nothing for your while loop to do. If there is more than one matching row, your... |
Forum: PHP Jan 30th, 2009 |
| Replies: 8 Views: 449 You would go home and reference the same resources I did: HTML and CSS specs (http://www.w3.org)
PHP Manual (http://www.php.net/manual/en/index.php)
MySQL manual(s)... |