Creating database in php
am 28.09.2007 08:40:01 von yadevHow to create a database in php
How to create a database in php
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?
> 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/
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. ;-)
> How to create a database in php
>From that grammar, it's not a question either its a title!
"yadev"
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