i want help,thanks
From: Q=Da=D3=D0=20=Ce=De?= (xingg_wu_at_yahoo.com.cn)
Date: 12/04/03
- Previous message: Chris W. Parker: "RE: [PHP] Text field comparison"
- Next in thread: Seung Hwan Kang: "Re: i want help,thanks"
- Reply: Seung Hwan Kang: "Re: i want help,thanks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 4 Dec 2003 09:57:07 +0800 (CST) To: php-general@lists.php.net
Hello:
I want your help!
The session sometime works well,sometime works badly!
It creates new empty file in /tmp.I also find this problem
with apache1.3.12&php4.1.1&sybase11.9.2&linux
My php.ini is fault
my server config:
php4.3.3
httpd2.0.44
linux 9
sybase-11.9.2
tar-vzxf php-4.3.3.tar.gz
./configure 每with-apxs2=/home/apache/bin/apxs
每with-sybase-ct=/opt/Sybase-11.9.2 每enable-ftp 每enable-track-vars
每disable-cli
make
make install
cp php.ini-dist /usr/local/lib/php.ini
Thanks a lot
Reproduce code:
---------------
login.php:
$user_array=sybase_fetch_row($result);
session_start();
session_register("user_array");
...
index.php:
session_start();
$user_name=$user_array[1];
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
- Previous message: Chris W. Parker: "RE: [PHP] Text field comparison"
- Next in thread: Seung Hwan Kang: "Re: i want help,thanks"
- Reply: Seung Hwan Kang: "Re: i want help,thanks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|