Fernando A wrote:
> I am working with php and codeigniter, but I have not yet experienced.
> I need create a variable that is available throughout system.
> This variable contains the number of company and can change.
> as I can handle this?
Hi, Fernando, welcome. I'm just a little unsure what y
Hello,
I am working with php and codeigniter, but I have not yet experienced.
I need create a variable that is available throughout system.
This variable contains the number of company and can change.
as I can handle this?
Thank you, very much!
Ferd
Ian, I think what you want is a variable variable - have a look at
http://www.php.net/manual/en/html/language.variables.variable.html
I think you might want something like this:
${$Color$Temp[$f]}
HTH.
--
Hardy Merrill
Mission Critical Linux, Inc.
http://www.missioncriticallinux.com
I
I have this page where I am printing some items that are defined by size
and color which all the info is pulled from a database.
in the first item loop
PRINT ("\n");
translated looks like this.
meaning the color white and the size Small.
Now the next loop does what it is suppose to and return
4 matches
Mail list logo