This is a discussion on Creating database in php within the PHP Language forums, part of the PHP Programming Forums category; How to create a database in php...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 <http://larseighner.com/> <http://myspace.com/larseighner> 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. ;-) |
|
|||
|
"yadev" <yadav.rajni26@gmail.com> wrote in message news:1190961601.527312.246460@k79g2000hse.googlegr oups.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 |