[SOLVED] Printer-friendly page |
1/8/2011 09:26:19 | |
| PHPRunner General questions | ||
|
D
darcik author
On Printer-friendly page I displaying data from Table1. In this table is field: customer_id, which indicates record from Table2. $id_customer = $data["customer"];
|
||
|
|
Sergey Kornilov admin 1/8/2011 |
|
This is obviously not the code snippet that you use as it doesn't contains to $values variable. |
|
|
D
|
darcik author 1/9/2011 |
|
Tnx for your answer. So suppose that there is no access to these variables. |
|
|
|
Sergey Kornilov admin 1/10/2011 |
|
Add field alias to SQL query. Example: select
|
|
|
D
|
darcik author 1/11/2011 |
|
Add field alias to SQL query. Example: select
|
|