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
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--