Search found 30 matches

by Smg
Sun Mar 18, 2012 7:05 pm
Forum: PHP
Topic: Php friend request and profile commenting help
Replies: 15
Views: 2809

Re: Php friend request and profile commenting help

ok i changed my code into the code you submitted for me but i think it is in addcomment.php i tried it and it still did not add the message so what else could it be? here is my full codes for profile.php and addcomment.php **edit** i was thinking about this code... and i was wondering if i could cha...
by Smg
Sun Mar 18, 2012 5:53 pm
Forum: PHP
Topic: Php friend request and profile commenting help
Replies: 15
Views: 2809

Re: Php friend request and profile commenting help

ok i did what you said now its not posting comments how would i make that work?
by Smg
Sun Mar 18, 2012 3:30 pm
Forum: PHP
Topic: Php friend request and profile commenting help
Replies: 15
Views: 2809

Re: Php friend request and profile commenting help

ok i did that and its still not working :S and i am still confused. addcomment.php [syntax=php]$user_id = $_POST['user_id']; $msg_title = $_SESSION['user_username']; $msg_message = cleanText($_POST['msg_message']); $msg_submit = $_POST['msg_submit']; if ($msg_submit&&$user_id&&$msg_t...
by Smg
Sun Mar 18, 2012 4:11 am
Forum: PHP
Topic: Php friend request and profile commenting help
Replies: 15
Views: 2809

Re: Php friend request and profile commenting help

ok thank you this is helping me a lot now i did this and im able to post but it just shows on my profile any way you can help me figure out how to make it goto the file needed? meaning the users id? profile.php Snippet: [syntax=php]$get_comments = mysql_query("SELECT * FROM `comments` WHERE `us...
by Smg
Sat Mar 17, 2012 10:21 pm
Forum: PHP
Topic: Php friend request and profile commenting help
Replies: 15
Views: 2809

Re: Php friend request and profile commenting help

okay im sorry but im very confused i added the user_id and now its not working and i need help with coding this sorry im still a noob at php coding :S here is what i have so far... Comments.sql: [syntax=sql]CREATE TABLE IF NOT EXISTS `comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(1...
by Smg
Fri Mar 16, 2012 1:50 am
Forum: PHP
Topic: Php friend request and profile commenting help
Replies: 15
Views: 2809

Re: Php friend request and profile commenting help

yes i have been stuck on the commenting system... all i need to figure out is to have a comment to stay on the users profile which it should be on and not any other users profile. like a example when i post on my page it shows on everyone elses. here are my codes if anyone can help and assist me: Pr...
by Smg
Sat Mar 10, 2012 8:35 pm
Forum: PHP
Topic: Php friend request and profile commenting help
Replies: 15
Views: 2809

Php friend request and profile commenting help

Hi I'm here again because I have been looking around for 2 months now for this type of help and I have gotten pretty much no where with my website and I'm here right now to ask if anyone can assist me in creating a friend request system and a profile commenting script that works with jaceks profile ...
by Smg
Tue Feb 21, 2012 2:51 am
Forum: Suggestions
Topic: Profile Page Commenting & Friendship
Replies: 2
Views: 784

Re: Profile Page Commenting & Friendship

I am very sorry i just noticed i posted this comment/request under the forum requests sorry :\
by Smg
Tue Feb 21, 2012 2:47 am
Forum: Suggestions
Topic: Profile Page Commenting & Friendship
Replies: 2
Views: 784

Profile Page Commenting & Friendship

Hi, i am asking for a request because i have looked for about a month now and i simply cannot find a comment system and friendship... i looked for a very long time now i have just decided to ask on this forum if you can make a tutorial for it. the things i would like for you to add additionally to y...