Try this:
SELECT ccsd.Description, ccsd.Impact, ccsd.Isolation FROM ccsd, log WHERE
ccsd.logccsd=log.logccsd;
You cannot specify a database is = to a row...
Thank you,
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-Original Message-
From: Ron [mailto:[EMAIL PROTECTED]]
Sent: Thu
What is the result of $record['wel_area']. If this is a multidimensional
array then you will need to access it differently...
Example:
echo $record[0][0]."\n";
Try this is your text area and see if that comes out...
Thank you,
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-
Try this:
\n";
?>
If not then let me know...
Thank you,
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-Original Message-
From: jas [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 17, 2002 11:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] textarea and mysql query
I need some h
Sometimes the include files are located in /usr/include/mysql
You might want to try there and see...Some times they are in /var/include
depending on the flavor of your OS
Thank you,
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-Original Message-
From: mailing list [mailto:[EMAIL
-Original Message-From: Aron Pilhofer
[mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:10
AMTo: Hunter, RaySubject: RE: [PHP-DB] optimization
(another tack)
That
would be great! Thanks.
[Aron Pilhofer]
-Original
Message-From: Hunter, Ray
[mailto:[EMAIL
If you are using php and a database you can add more memory to the script
and optimize the database. I only use postgres databases for all my large
data so I can let you know how to optimize postgres...
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-Original Message-
From: Aron Pi
You can get a complicated as you want. I am running postgres and php for
our Quality assurance department that has a web based front-end portal with
the postgres and mysql backend. I use the postgres database for the
sensitive database (testing, cvs, test-cases, etc.) while I use mysql for
the
You can use the mcrypt functions of php. You can look in the php manual
here: http://www.php.net/manual/en/ref.mcrypt.php . You will also need to
compile php with mcrypt. I use mcrypt with no problems.
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-Original Message-
From: Jona
What type of connections are you making persistent or non-persistent?
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-Original Message-
From: Killer Angel Clark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 21, 2002 10:17 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] mysql connect
If you are looking for speed and efficiency in your code then Mat has
touched on it.
This example will execute the fastest...
If( $var <= 3 )
{}
If you do or statements or and statements all of the if statement needs to
be evaluated. So if you have an "or" or "and" all the statements in the if
It depends on the database that you are using. One of the best databases I
have used for storing images has been with oracle. You need to look up the
documentation on there web site. http://otn.oracle.com. As for the other
databases, I have not used images with them. On oracle I have used BLO
If you are behind a firewall or proxy, you will not be able to connect to
www.php.net. If you are not behind a firewall or proxy and you are getting
php_hostconnect errors then you need to make sure that you can get to the
php.net other than with your browser.
You can also try using fopen() as w
Do not use persistent connections to the database. Use non-persistent
connections and make sure to close them. Persistent connections will linger
around for a while then close. Also, check the documentation on oracle
concerning persistent connections http://otn.oracle.com .
Ray Hunter
Firmware
13 matches
Mail list logo