Previous Thread
Next Thread
Print Thread
Rate Thread
sjsaunders #226191 10/11/2002 1:39 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Ahh.. well I have those two pages pretty much setup and formatted how I want/need them. But the most important part... people can update their info, but nobody can see their info

The index page needs to basically be just a table, displaying Username, Real Name (if in their profile) and the given recovery information.

The tricky part, is the only users that should be displayed are people with at least one of the new fields filled out. I don't need a big empty table with all the users who don't enter anything.

That's where I'm really stuck, is how to check for that

Also.. I tried this just real quick to see if I could at least now do this on m own:

code:
$Username_q = addslashes($Username);
$query = "SELECT U_Phonehome,U_Phonework,U_Phonecell,U_Winch,U_Coverage,U_Calltime
FROM {$config['tbprefix']}Users
WHERE U_Username = '$Username_q'";

$sth = $dbh -> do_query($query);

while ( list($HomePhone,$WorkPhone,$CellPhone,$Winch,$Coverage,$Calltime) = $dbh -> fetch_array($sth)) {

echo <<<UBBTPRINT

$HomePhone
$WorkPhone
$CellPhone
$Winch
$Coverage
$Calltime

UBBTPRINT;
}

$html -> send_footer();
$dbh -> finish_sth($sth);



That does work, but only pulls my info, I was hoping the while loop would at least somehow pull everyone's, but I don't know what I'm doing

Sponsored Links
Entire Thread
Subject Posted By Posted
a little help msula 10/11/2002 5:12 AM
Re: a little help JustDave 10/11/2002 5:50 AM
Re: a little help msula 10/11/2002 2:20 PM
Re: a little help msula 10/11/2002 7:22 PM
Re: a little help msula 10/11/2002 7:43 PM
Re: a little help JustDave 10/11/2002 7:47 PM
Re: a little help msula 10/11/2002 8:39 PM
Re: a little help JustDave 10/11/2002 9:19 PM
Re: a little help msula 10/11/2002 10:20 PM
Re: a little help JustDave 10/11/2002 10:30 PM
Re: a little help msula 10/13/2002 7:21 PM
Re: a little help JustDave 10/14/2002 2:31 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,823
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)