Creating database in php

Creating database in php

am 28.09.2007 08:40:01 von yadev

How to create a database in php

Re: Creating database in php

am 28.09.2007 08:56:19 von Lars Eighner

In our last episode,
<1190961601.527312.246460@k79g2000hse.googlegroups.com>, the lovely and
talented yadev broadcast on comp.lang.php:

> How to create a database in php

That's a tall order, but it can be done. Why not use an existing database
such as mysql? Php has ready-made interfaces to many of them.

--
Lars Eighner
Countdown: 480 days to go.
What do you do when you're debranded?

Re: Creating database in php

am 28.09.2007 10:06:15 von Willem Bogaerts

> In our last episode,
> <1190961601.527312.246460@k79g2000hse.googlegroups.com>, the lovely and
> talented yadev broadcast on comp.lang.php:
>
>> How to create a database in php
>
> That's a tall order, but it can be done. Why not use an existing database
> such as mysql? Php has ready-made interfaces to many of them.

Nah, doesn't work. I installed MySQL and the first thing I had to do
with it was... create a database!

So to the OP: just send a query that creates a database.

Regards,
--
Willem Bogaerts

Application smith
Kratz B.V.
http://www.kratz.nl/

Re: Creating database in php

am 28.09.2007 12:20:57 von Scott Wertz

Willem Bogaerts wrote:
>> In our last episode,
>> <1190961601.527312.246460@k79g2000hse.googlegroups.com>, the lovely and
>> talented yadev broadcast on comp.lang.php:
>>
>>> How to create a database in php
>> That's a tall order, but it can be done. Why not use an existing database
>> such as mysql? Php has ready-made interfaces to many of them.
>
> Nah, doesn't work. I installed MySQL and the first thing I had to do
> with it was... create a database!
>
> So to the OP: just send a query that creates a database.
>
> Regards,

From the series of posts, I think they want you to write them a
complete site.

How to create complete 'facebook' site please? Please post cost for no
cost.

Ta. ;-)

Re: Creating database in php

am 28.09.2007 15:41:00 von Macca

> How to create a database in php

>From that grammar, it's not a question either its a title!

Re: Creating database in php

am 28.09.2007 16:20:22 von Shelly

"yadev" wrote in message
news:1190961601.527312.246460@k79g2000hse.googlegroups.com.. .
> How to create a database in php

This newsgroup is great for helping people with their problems, but fella,
get a clue! You obviously are either
(a) a troll
or
(b) a raw beginner who has not done the least bit of his homework.

I'll assume you are not a troll. Go back and do some homework, learn some
php and sql, make an attempt, and then present some code with a specific
problem. Frankly, I have no desire to write your code for you. If you have
a specific problem, that is another matter entirely.

Shelly