hi,
i have some variable defined in a php file.
for example:
DEFINE( '_clientass', 'Cliente' );
so when i do a echo of _clientass they return Cliente
now i want call _clientass from a mysql row and return Cliente
If i do this: $row he return _clientass but i want that the
php can return Cliente.
how can i do that?
thanks a lot for your help
:)