Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

Re: [PHP-DB] Creating Tables From: Andy Wallace (andyw2 <email protected>)
Date: 12/02/00

----- Original Message -----
From: Howard Sanders
To: php-db <email protected>
Sent: Saturday, December 02, 2000 12:12 PM
Subject: [PHP-DB] Creating Tables

>Hi
> I have created my database, but do not know how to make a table and
create fields for this table.

>I appreciate your help

>Howard

You don't say what database you are using, so how do you expect people to be
able to help you. I suggest you start by reading the documentation for your
database.

Depending on the database used, PHP will have a dbname_query function
available to send SQL statements to it. See www.php.net/manual/ for details
of those functions.

Andy

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>