PHP Tutorial : Making a comment system without SQL.
Uploader Comments (ZloolS)
All Comments (78)
-
May I ask for a sample file for everyting that works?
-
lame music ... sorry
-
Ha Ha you figured out how to do this too! I set mine up a while ago using include()
-
What part of the code do you place on the comment box, where the comments are shown?
-
The only time you would use this type of commenting system is for quick demo's to show clients where a commenting system would be in place. If you want to make a real commenting system use a database. This is just a quick and friendly way to make a commenting system for show purposes.
-
@harmzen nope, not at all.
-
By doing this, does it give each comment is own div to actually style up or what ever or?
-
what if i want to delete the comment?
-
I have an error!!! :O Am I supposed to include the "/youtube" folder in my version? If not, what do I replace it with!?
-
Hi can I email you the files i made while watching this tutorial and could you tell me what i am doing wrong?
Private message me if thats cool with you.
Thanks
at 5:25, where tha hell did you come out with "/youtube/comments.php"?????!!!
Turokcito2 1 year ago
@Turokcito2 "/youtube/" means a folder called "youtube" and "comments.php" is the file I am writing to.
ZloolS 1 year ago
@ZloolS so, do you need to create an empty flie or something?
Turokcito2 1 year ago
@Turokcito2 Yes, I forgot to mention that in the video but you need to create an empty file called "comments.php" that will be written to.
ZloolS 1 year ago
when i type message and hit submit button it gives me this ....
Name: " .$name. "
Comment:
" .$message. "
"; fwrite($fp, $outputstring, strlen($outputstring)); fclose($fp); echo "Yout post was posted successfully. Click here to continue",: } ?>
Unvailable68 2 years ago
You have to make it a .php file.
ZloolS 2 years ago