Welcome, Guest.
Login
|
Register
Username:
Password:
Remember me:
Profile commenting
Please log in to post.
Watch thread
Unwatch thread
Started by
DripDrop
25 Aug 2011 07:57
By
M.J kInG
(
1334
)
On 25 Aug 2011 15:06
you need to insert the comment into a database and then select the id of the user profile
So the comment only display on the user profile that u have post on.
A true developer
By
Akshay
(
125
)
On 25 Aug 2011 20:56
need database
-- Akshay
By
PasserByGuy
(
268
)
On 25 Aug 2011 22:22
Learn MySQL to store things in a database.
I did, but that's because I had nothing better to do.
Does this alter-ego make me look stupid?
By
M.J kInG
(
1334
)
On 26 Aug 2011 03:56
Yes u do need database to display all the comments that the user has post.
A true developer
By
Creation
(
46
)
On 19 Sep 2011 09:03
You need include ("database.php"); in there.
And database.php should look like this:
<?php
$con = mysql_connect("localhost","db_name","password");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("my_db", $con);
?>
Che la stimo, che la stimo!
By
M.J kInG
(
1334
)
On 19 Sep 2011 16:08
yupe that it right
A true developer
Nintendo 3DS is ™ Nintendo Co. Ltd. This website is ©2009-2024 HullBreach Studios. All rights reserved. Members are responsible for their own content. No account information will be given to third-parties without your consent.