Jump to content

load variable value from mysql


jason213123

Recommended Posts

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['variable'] he return _clientass but i want that the

php can return Cliente.

 

how can i do that?

thanks a lot for your help

:)

 

 

Link to comment
https://forums.phpfreaks.com/topic/240726-load-variable-value-from-mysql/
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.