Search found 3 matches

by ericjric
Wed Feb 20, 2013 6:32 am
Forum: Tutorials
Topic: PHP Tutorial: Blog(Including commenting)
Replies: 10
Views: 3379

Re: PHP Tutorial: Blog(Including commenting)

I made my own post and replied to it, but figured I would share it here as well because it is on the same topic... while I realize that you did not make this exact mistake, it does emphasize that it could be something small and difficult to find. Hang in there! I figured it out in the end, it was so...
by ericjric
Wed Feb 20, 2013 6:31 am
Forum: Tutorials
Topic: PHP tutorial: Blog (including commenting)
Replies: 2
Views: 938

Re: PHP tutorial: Blog (including commenting)

I figured it out in the end, it was something stupid. on my form action="" i'm used to putting in the page i'm coding on (ie: blog_read.php if that is the page the form is on). In the tutorial he has this field blank (<form action="" method="POST">). After I fixed this ...
by ericjric
Tue Feb 19, 2013 10:26 am
Forum: Tutorials
Topic: PHP tutorial: Blog (including commenting)
Replies: 2
Views: 938

PHP tutorial: Blog (including commenting)

I nearly have everything working except for new comment submissions. When I run the blog_read.php file I get an error message that we defined ourselves in the tutorial "Invalid Post ID." I have been troubleshooting for quite a while already and haven't come up with anything relating to thi...