Connection to mongo DB [closed] - mongodb

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I came to know about mongodb so I installed it on my ubuntu system. Now I want use it with php.So can some one suggest me how to save the data in mongo db and how to connect the mongo db. As I am newbie to mongo I dont have much idea.

Check the PHP manual, it provides both the description the API and a lot of user provided examples.

Related

How do I sent database data safely from one computer to another? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a postgres database with data in it and I need to duplicate the data and send it to another computer in a different country. What is the best way to do this safely?
you can backup and restore data.
http://www.postgresql.org/docs/8.1/static/backup.html
or you can sync data
http://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling

iPhone Push Notification server wirtting in C# to run on windows [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want a push notification service to run on windows written using C#. Is it possible any guide lines?
Simple google search showed me this tutorial which seems cover everything.

how to store database IOS program [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm a newbie, and i'm trying to re-code a programe like this:foodlover . but i don't know how to store database to this application. Can some one help me? thanks alot
SQLite is good if you want to use a database directly. If you'd rather think in terms of objects, look at Core Data.
I found this tutorial helpful when I started trying to wrap my head around Core Data;
Core Data Basics - Tim Roadley

can someone guess the Database Schema of Facebook? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I'm really interested to know how actually would be the database schema of Facebook? How many databases, tables and fields would be maintained? How is the updating done?
FWIW, here's a podcast from ITconversations describing Facebooks LAMP-stack. They seem to go with KISS as far as database schema goes.

I need compiere 3.3 erp database file for postgres db [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Could anyone help me with compiere 3.3 database file (.dmp, .sql or anything) that I could use to restore my compiere Postgres database
Just download it from compiere.com or ask them where you can find this verion. It's open source, start your search close to the source: www.compiere.com