I was following this tutorial : http://pronewb.com/mongodb-as-in-humongous-not-retarded. All was well until the "I feel the vibe" section. I do not know where to begin this section. Do i have to create a new php file or type it in some command line?
+2
A:
The code in that section, and following ones, is PHP code so yes it should be in a PHP file.
Note that the pieces of code presented are demonstrations of the syntax and usage, rather than snippets that you can expect to copy/paste and execute on their own.
salathe
2010-05-26 10:11:04
thanks salathe. I'm really a beginner in this. Are you aware of any tutorials that more complete?
p0larBoy
2010-05-26 10:18:01
A very good, basic starting point would be from the MongoDB section of the PHP manual: http://php.net/mongo.tutorial -- If you have any troubles, thoughts, additions or improvements for that tutorial page then do let me know ( [email](http://goo.gl/56HF) ); we like the documentation to be as helpful as possible.
salathe
2010-05-26 10:26:10