Database and Table creation

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
Ethan Rosenberg [ Mi, 20 Oktober 2010 00:23 ] [ ID #2049374 ]

Re: Database and Table creation

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

Hi Ethan,

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

<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 <ethros [at] earthlink.net>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--
Kesavan Rengarajan [ Mi, 20 Oktober 2010 00:48 ] [ ID #2049375 ]
PHP » gmane.comp.php.database » Database and Table creation

Vorheriges Thema: RE: php-db Digest 19 Oct 2010 22:24:15 -0000 Issue 4629
Nächstes Thema: Books