I have a web page generated by newreg.py, when i click on Save / submit button, action written in insertNew.py to read the data and insert into MongoDB.
Here\'s a pseudo-table: Table: people name : varchar is_married : varchar I have a php variable $selected_individual whose is_married status I need to update. I\'m stuck after
I\'m new here and English isn\'t my native language, so I hope you guys can understand me. Can someone give me an example of how to make a function that create a table with data from result of nested
I\'m developing an application using HTML5 and web database storage. I want to insert an row in a table and return the new ID (table\'s primary key) created using:
I\'m using a modified version of a pre-written script. It works in other places on the site but I can\'t work out what I\'ve missed here...
How can I add an item before the siblings? For in开发者_开发知识库stance, <div class=\"item\">1</div>
I have two tables: Defect and DefectData. Each Defect may or may not have one or many DefectData. As such DefectData has a DefectId column as a foreign-key.
I\'m sending a command to the database and it is returning that 1 rows are affected, but when i look inside the database, there are no records. I am receiving no errors. I checked to make sure the str
How to explode string into pieces then insert into mysql? I want to insert every word by the sentence, then insert into mysql database. But I am not sure what is the length of the $str, it may be 4 w
im trying to upload an image with a title and description along with the image upload. My image upload and text inputs work separately and the text and the image path is also inserted to the DB but i