On Wed, 18 Jun 2003, zavaboy wrote:
> I know this is more of a mySQL question but, how do I delete and add rows
> and columns?

Before you touch MySQL or attempt to access it through
PHP, you really should learn basic SQL:

  http://www.sqlcourse.com/
  http://www.w3schools.com/sql/
  http://linux.oreillynet.com/pub/ct/19

Spend some time learning basic SQL syntax and your life
will drastically improve.  Also, perhaps the most popular
tool on this subject is phpmyadmin, it shows the actual
queries as you go which also helps with learning:

  http://www.phpmyadmin.net/

Be sure to keep it secure though as it's a powerful tool.

Regards,
Philip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to