K
|
KevinMillican 10/27/2009 |
i want to display on print.php page(table A) field_A, field_B, field_C from users table (Table <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=44942&image=1&table=forumreplies' class='bbc_emoticon' alt='B)' /> depending on user id. i have stored all fields from users table into session variable, but i im not sure that this will work...
|
F
|
futo author 10/27/2009 |
You're trying to do things the hard way. You need to add the other tables in you want to show data from at the SQL query stage, and just flag the additional fields for printing only.
|
J
|
Jane 10/28/2009 |
Tomo, |