Re: [PHP] Problem with variables

2013-06-28 Thread Tamara Temple
Fernando A soporteallpurp...@gmail.com 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

[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 retrieving variables.

2010-09-02 Thread Jim Lucas
Paul Halliday wrote: I think I just might be missing the logic here. I have a page that is created and within this page, I include an iframe like this: $qp = urlencode($when $wFilter $aFilter); echo \rtrtd id=links colspan=2 style=\display:none; padding-left: 12px;\ \rIFRAME

Re: [PHP] problem retrieving variables.

2010-09-02 Thread Paul Halliday
On Thu, Sep 2, 2010 at 5:43 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: I think I just might be missing the logic here. I have a page that is created and within this page, I include an iframe like this: $qp = urlencode($when $wFilter $aFilter); echo \rtrtd id=links colspan=2

[PHP] problem sending variables with forms

2003-12-25 Thread Abdullah Teke
I have a problem that i cant send variable over a form. Because of that when i watn to echo the variable next page an error occured...i use redhat 9.0, apache 2 and php 4.3.4. Please help me Abdullah Teke _ Telephone : +90 555 337 21 89 Messenger

RE: [PHP] problem sending variables with forms

2003-12-25 Thread Mike Brum
: [PHP] problem sending variables with forms I have a problem that i cant send variable over a form. Because of that when i watn to echo the variable next page an error occured...i use redhat 9.0, apache 2 and php 4.3.4. Please help me Abdullah Teke

RE: [PHP] Problem setting variables.

2003-07-28 Thread Ralph Guzman
To: [EMAIL PROTECTED] Subject: [PHP] Problem setting variables. I'm creating a script that filters the table of results from a database based on the configuration set by the user (config stored in database as well). For example a table has 30 columns. However the user need only see 5. Every user

RE: [PHP] Problem setting variables - Correction

2003-07-28 Thread Ralph Guzman
: Monday, July 28, 2003 4:24 AM To: 'Jason Martyn'; [EMAIL PROTECTED] Subject: RE: [PHP] Problem setting variables. //Find User Configuration $sql = mysql_query(SELECT field_name FROM config WHERE show_field=1) OR die(Could not query database: .mysql_error().); while($result = mysql_fetch_array($sql

[PHP] Problem setting variables.

2003-07-27 Thread Jason Martyn
I'm creating a script that filters the table of results from a database based on the configuration set by the user (config stored in database as well). For example a table has 30 columns. However the user need only see 5. Every user is different so a user configuration is stored in the

[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 ("tdinput type=\"text\" name=\"$Color$Temp[$f]\" size=\"3\"/td\n"); translated looks like this. tdinput type="text" name=\"WhiteS"

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