Re: [PHP] Problem with variables

2013-06-28 Thread Tamara Temple
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

[PHP] Problem with variables

2013-06-25 Thread Fernando A
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

Re: [PHP] Problem with VARIABLES

2001-03-16 Thread Hardy Merrill
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

[PHP] Problem with VARIABLES

2001-03-16 Thread Ian LeBlanc
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