what i want is that when the user enters his name on the form.html page the messages for that user to be displayed on the postmessage.html page and a choice for the user to enter more data or delete his messages, please help
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by casperOne♦ Dec 3 '12 at 13:34
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, see the FAQ.
assuming you have a variable named "user" that holds the string for the author. I'd suggest that you also define the user model (or use something off the shelf), so that you don't store the string for the author, but rather the user key. Also, why are you using GQL? There are much nicer and simpler APIs available: |
|||||||||
|