Search found 3 matches

by fukurou
Fri Jan 13, 2012 7:47 pm
Forum: PHP
Topic: Regarding User Profile!
Replies: 9
Views: 1144

Re: Regarding User Profile!

Guys, I need help in this. Please. index.php <?php include ('core/init.inc.php'); ?> <head> <body> <?php foreach (fetch_users() AS $user) { ?> <p> <a href="profile.php?uid=<?php echo $user['id']; ?>"><?php echo $user['username']; ?></a> <a href="position.php?pid=<?php echo $user['posi...
by fukurou
Sat Jan 07, 2012 10:01 am
Forum: PHP
Topic: Regarding User Profile!
Replies: 9
Views: 1144

Re: Regarding User Profile!

Temor, Thank you for you response. Ya they are link together. Example for music there is "User - Item" displayed. Once the "user" being clicked then it will link you to the page that shown all the user post and once "item" being clicked then that particular item descrip...
by fukurou
Fri Jan 06, 2012 11:56 pm
Forum: PHP
Topic: Regarding User Profile!
Replies: 9
Views: 1144

Regarding User Profile!

Hey, Thank you so much for the user profile tutorial but i would like to ask about the function user_info. Now there is, function fetch_user_info($uid){ $uid = (int)$uid; If lets say i would want to put more than one array in it? Is it possible? Such as, function fetch_user_info($uid, $bid){ $uid = ...