[PHP-DB] MySQL 4.1 and PHP4

2005-07-10 Thread Andre Matos
Hi, It is possible to use mysqli_connect and the others mysqli functions in PHP4? I have downloaded the PHP4 and compiled using these parameters on my MacOSX: ./configure --prefix=/usr/local/php4compiled --with-apxs=/usr/sbin/apxs --enable-mbstring --with-xml --with-mysql=/usr/local/mysql --with-

[PHP-DB] Slow access Apache + PHP + MySQL

2005-03-26 Thread Andre Matos
, or PHP. Does anyone had this kind of problem or has any suggestion or direction to help me to identify and solve this issue? Any help will be appreciated!!! Thanks. Andre -- Andre Matos [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: htt

RE: [PHP-DB] Comparing Two Values

2004-12-22 Thread Andre Matos
It is working now using === or !== Thanks a lot. Andre -- Andre Matos [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 8:10 PM To: [email protected] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Comparing Two

[PHP-DB] Comparing Two Values

2004-12-21 Thread Andre Matos
-- Andre Matos [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PHP does not show errors

2004-10-28 Thread Andre Matos
: error_reporting = E_ALL display_errors = On Does someone know what is happening? Thanks for any help. Andre -- Andre Matos [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] How to send a SID in a security way - SOLVED!!!

2004-10-22 Thread Andre Matos
one system: session_name("System1"); session_start(); and this in the another system: session_name("System1"); session_start(); Now I can have my two applications running in the same browser at the same time. Thanks for all help that I received!!! Andre -- Andre Matos [EM

RE: [PHP-DB] How to send a SID in a security way

2004-10-22 Thread Andre Matos
Andre -- Andre Matos [EMAIL PROTECTED] -Original Message- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 1:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] How to send a SID in a security way What about writing a fun

RE: [PHP-DB] How to send a SID in a security way

2004-10-22 Thread Andre Matos
es" in the browser. However, I am afraid to pass the sessionID on the URL because someone can cat it. I am using currently using SSL. Can you see any solution for my problem? Thanks. -- Andre Matos [EMAIL PROTECTED] -Original Message- From: Matt M. [mailto:[EMAIL PROTECTED

[PHP-DB] How to send a SID in a security way

2004-10-22 Thread Andre Matos
Hi List, How can I send a SID (SessionID) in a security way from one page to another? Is it "security" to do this? Thanks for any help in advance. Andre -- Andre Matos [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Two session for the same user, possible?

2004-10-21 Thread Andre Matos
system. This is my problem. Can I make PHP understand that this is a complete different session? Thanks. Andre -- Andre Matos [EMAIL PROTECTED] -Original Message- From: Matt M. [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 3:23 PM To: Andre Matos Cc: [EMAIL PROTECTED

[PHP-DB] Two session for the same user, possible?

2004-10-21 Thread Andre Matos
Hi List, Is it possible to have two sessions for the same user in php? If yes, how can I implement this? I am currently using one without problem. However, when I try to create a second session, the first one is lost. Thanks for any help. Andre -- Andre Matos [EMAIL PROTECTED] -- PHP

[PHP-DB] Re: PHP OO Problem

2004-04-15 Thread Andre Matos
the object. As a result, my "session" has the size increased from 1 to 5, from 5 to 15, from 15 to 40, etc... Is there any way to destroy the object in PHP? Thanks. "Justin Patrin" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > A

[PHP-DB] PHP OO Problem

2004-04-14 Thread Andre Matos
Hi List, Two months ago I developed a project using PHP and MySQL without problem. Now, I am developing using PHP and MySQL, but using PHP Object Oriented. My problem is that the access is become slowly after few accesses or if I perform a reload some times. The unique way to revert is to res

[PHP-DB] Sending a hashed password on mysql_connect

2004-03-14 Thread Andre Matos
connection failed. Is this possible? Any Ideas? Thanks. Andre Matos [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Unable to load dynamic library php_oci8.dll on Windows XP SPK1

2003-01-20 Thread Andre Matos
ensage: Unable to load dynamic library "C:\ApacheGroup\PHP\extensions\php_oci8.dll Regards, Andre Matos -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php