Database and Table creation

Database and Table creation

am 20.10.2010 00:23:44 von Ethan Rosenberg

Dear List -

Thanks for your help.

Using PHP, how do I create a database, add tables to it, then add and
extract data from the tables.? Sample code please.

Please be aware that I am a newbie.

Ethan



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

Re: Database and Table creation

am 20.10.2010 00:48:18 von Kesavan Rengarajan

--0022152d5fb509232a0493001851
Content-Type: text/plain; charset=ISO-8859-1

Hi Ethan,

Database Creation: http://www.php.net/manual/en/function.mysql-create-db.php
Adding Tables,
Extract Data: http://www.freewebmasterhelp.com/tutorials/phpmysql/1

Explore the function
list on the left from the first link if you are curious.

Kesavan.

On Wed, Oct 20, 2010 at 9:23 AM, Ethan Rosenberg wrote:

> Dear List -
>
> Thanks for your help.
>
> Using PHP, how do I create a database, add tables to it, then add and
> extract data from the tables.? Sample code please.
>
> Please be aware that I am a newbie.
>
> Ethan
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--0022152d5fb509232a0493001851--