Jump to content

print_r


cabbie

Recommended Posts

Im doing a PDO query and need help with the while loop and printout.  Without showing the whole script here is the code,,

Need a printout similar to this.. I can do the html etc.  A format easy to read for surveyor.

 

Voter ID       9003256
Name           John Doe
Address      123 Main St
Phone          5553123698

 

http://libertarian-forum.com/larimerlp/survey.php

 

 

$query = $db->query("SELECT * FROM `members` WHERE `members` . `index` = $que");
$rows = $query->fretchAll(PDO::FETCH_ASSOC);

 

Link to comment
https://forums.phpfreaks.com/topic/282613-print_r/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.