PHP Forum // Add Reply
Uploader Comments (lifeg0eson666)
All Comments (27)
-
@lifeg0eson666 Then how about the code for the comment and reply? What change should i made. and IF U CAN specify it. THANKS
-
WOW!!! from the last video i saw of yours, your voice got MUCH deeper!!!!!
-
is this forum finished or you are just too lazy to continue to make more tutorials? well, home you make some more like how do display replays and stuff. great videos. I have learned a lot! I really hope you continue to add these...
-
Hey Marcs!
Are you there buddy? I am for one checking both of your urls almost everyday, waiting for your 12th HD video, let your most loyal (LOL) subscribers know about the developments please. conti ...
-
Ah btw, your TEXT tutorial (login.php) has some new lines (items) which we didnt get to see on your video tutorials, mate let us know should we follow the new one or will we be fine with the one we got from your HD videos.
Rating!
Tutorial Quality Stars: 5
Viewer friendliness Stars: 5
Responds to subscriber needs Stars: 5
:-P
-
hey thanks im editing from here on my own so far i am working on adding a ban/unban user and the profiles i have add the post count i can give you the codes you need for that if you want just pm me
Hey I am thinking about adding comment, and then reply (which I will based on ur code)to that comment, and reply to the replies. Do you think the code for the comment, and reply to replies will be the same with the one you wrote on the reply (with some adjustment) ? how about the structure on the index, and forum or admin page. ANY ADVICE?? I appreciate any help.
Paait1 4 months ago
@Paait1 You can just make you a parent ID for each comment. If the parent ID is 0 then it's a top comment, else the parent of the comment would be the ID of the parent. Confusing?
lifeg0eson666 4 months ago
@lifeg0eson666 Yes it is. make it more "simpler". so basically the default id for comment table is 0?
Paait1 4 months ago
@Paait1 Yea, that would be correct.
lifeg0eson666 4 months ago
FOr the last 2 days I can't find the error in header() function. This is the error
"Warning: CAnnot modify header information - headers already sent by (output started at C:\some_path.php:1) in C:some_path.php on line 36"
And this is the header func header("Location: .(index.php?act=topic&id=".$tid)
Can you help me?!
koodeer 3 years ago
lol.
//php tags
ob_start();
[existing code]
ob_end_flush();
//close the tags
lifeg0eson666 3 years ago