Forum: PHP Jan 9th, 2009 |
| Replies: 1 Views: 368 I have a .php web page with these lines:
//gather all the comments
$commentquery = mysql_query("SELECT * FROM comments WHERE tutorialid='$tutid' ORDER BY date DESC") or die(mysql_error());
... |
Forum: PHP Jan 8th, 2009 |
| Replies: 4 Views: 706 I checked this out: http://www.gentlesource.com/comment-script/
But I wasn't sure which snippets of code I needed to copy out to make the information from the form on my website page be put into a... |
Forum: PHP Jan 8th, 2009 |
| Replies: 4 Views: 706 Okay, just in case I might have confused some people about what I need, I'll try to make it clearer. I'm going to use an example from Slashdot:
I post website news on my homepage:
... |
Forum: PHP Jan 8th, 2009 |
| Replies: 4 Views: 706 How do I store it in a database? I don't know any PHP, but someone told me to ask here |
Forum: PHP Jan 7th, 2009 |
| Replies: 4 Views: 706 I have forms already made that takes the user's name and input box for their comment, but I cannot figure out how to make it so that when the user clicks on Submit button, it will display on the same... |