C
|
cgphp 7/29/2011 |
In a custom field you can retrieve other field value with:
|
T
|
txqr author 7/29/2011 |
I believe that is not enough, because I've tried doing this, and the external php file can not read the values .... although he could read the value of $ _SESSION ["UserID"]. |
C
|
cgphp 7/29/2011 |
Please, post the code of the custom field and the code of the external php file. |
T
|
txqr author 7/29/2011 |
Cristian, |
C
|
cgphp 7/29/2011 |
Custom field:
include "dbcommon.php"; |
T
|
txqr author 7/29/2011 |
Cristian, |
T
|
txqr author 7/29/2011 |
I tried, but failed ... |
T
|
txqr author 7/29/2011 |
I did a test with: echo $data ['name']; |
C
|
cgphp 7/29/2011 |
Be sure that the name of the fields are name and service. "Name" is different from "name". Pay attention to capitalization. |
T
|
txqr author 7/29/2011 |
Yes, it's true. |