Welcome, Guest.
Login
|
Register
Username:
Password:
Remember me:
Profiles (help)
Please log in to post.
Watch thread
Unwatch thread
Started by
Creation
19 Sep 2011 09:09
By
Creation
(
46
)
On 19 Sep 2011 09:09
How do I make a profile system for every user I have?
Che la stimo, che la stimo!
By
M.J kInG
(
1334
)
On 19 Sep 2011 16:11
ok simple make a get tage link
example
profile.php?username=$_SESSION['usernmae']
do this
<?php
include("database.php");
$username = $_GET['username'];
$result = mysql_query("SELECT* FROM users WHERE username='$username'");
$row = mysql_fetch_array($result)){
echo $row['username'];
}
?>
that how it work very simple and works grest
A true developer
By
Creation
(
46
)
On 19 Sep 2011 23:57
I'll try that. Thanks.
Che la stimo, che la stimo!
By
Skittles
(
1292
)
On 20 Sep 2011 04:56
@mj king That does absolutely nothing but pull data from the database. Without a form to input data into said DB, that gets nothing.
It's my job to help the next generation, and set a good example for them. And for that I'll gladly lay down my life.
By
Creation
(
46
)
On 20 Sep 2011 06:30
Lol. :P I'm not sure what to do.
Che la stimo, che la stimo!
By
M.J kInG
(
1334
)
On 20 Sep 2011 13:09
That what i did just didn't example that part my bad@Skittle
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.