I\'m working on a project where the user can insert data into a document using fields, document properties and variables. The user also needs to be able to remove the data from the document. So far, I
I\'m having this problem that\'s driving me nuts. I\'ve got a MySQL database in which there is a table that contains a text field. I am querying the table in PHP and trying to put the content of the
what field in the django models class should be used if the type of data (text/images/html) is unknown?i\'m looking for开发者_如何学编程 a field that can handle copy and pasted html code, images, text
I use a MySQL DB, and I would like to update a field in a table based on another. Som开发者_StackOverflowething like:
i added a profile field to registration开发者_开发问答 form. how to show in edit registration (account) form . i wrote a module for edit account in that $form [function editregistration_form_user_prof
does anybody familiar witha way that I could implement a matrix with value开发者_StackOverflow社区s from a field (not the real or complex number, but lets say Z mod p). so I could perform all the oper
For example, using my UserProfile model: class UserProfile(models.Model): user= models.ForeignKey( User, unique=True )
I\'m a drupal newbie... <?php print $node->field_date[0][\'view\']; ?> I can get the custom created CCK fields\' value and display in tpl.php files as above... that\'s fine.
I tried to display body content with: <?php print $node->content[\'body\'][\'#value\']; ?> However, it doesn\'t display all body content, it just display first paragraph of body content, s
i\'m building a message system for a virtual community, but i can\'t take the userprofile id i have in views.py