RE: [PHP-DB] Session Problem

2007-01-16 Thread Nur_Adman
Subject: Re: [PHP-DB] Session Problem what version of php are you using? i ran across a problem with sessions not working for windows in php 5.2 because the directories for the sessions were not created. On 1/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I don't

Re: [PHP-DB] Session Problem

2007-01-16 Thread bob plano
, January 13, 2007 12:21 AM To: Adman, Nur anita; [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: RE: [PHP-DB] Session Problem are you sure that the problem is not in the browser settings (not to accept session cookies)? Bastien >From: <[EMAIL PROTECTED]> >To: <[EMAI

RE: [PHP-DB] Session Problem

2007-01-12 Thread Nur_Adman
essage- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 12:21 AM To: Adman, Nur anita; [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: RE: [PHP-DB] Session Problem are you sure that the problem is not in the browser settings (not to accept session coo

RE: [PHP-DB] Session Problem

2007-01-12 Thread Bastien Koert
are you sure that the problem is not in the browser settings (not to accept session cookies)? Bastien From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> CC: Subject: RE: [PHP-DB] Session Problem Date: Fri, 12 Jan 2007 15:34:06 +0900 1. Did you mean that on phpinfo(),

RE: [PHP-DB] Session Problem

2007-01-11 Thread Nur_Adman
eter Beckman [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 2:27 PM To: Adman, Nur anita Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Session Problem 1. Is session support compiled into PHP, or if not, is the module there and being loaded? phpinfo() will tell you. If not, recom

Re: [PHP-DB] Session Problem

2007-01-11 Thread Peter Beckman
1. Is session support compiled into PHP, or if not, is the module there and being loaded? phpinfo() will tell you. If not, recompile PHP or build the dynamic module to support sessions. 2. If so, check the location of session.save_files and make sure it is writable by the web server user/group

[PHP-DB] Session Problem

2007-01-11 Thread Nur_Adman
Dear All, I need some help please... I'm developing an web application using PHP/MySQL, and its has been running on my company. I'm planning to migrate the system on a new server. I have installed everything that are needed on the new server to running the web application. But I'm con

[PHP-DB] session problem

2004-04-26 Thread Sukanto Kho
Hi When I create an session var ...It stored in server right?? then everytime I change the session value then it should connect to the server to update...is it still right?? When I want to change the session value and the connection is down then the session value won't be update?? Thanks Nicho

RE: [PHP-DB] session problem

2003-07-23 Thread Dillon, John
This is advertising a porno site. -Original Message- From: tana dsasa [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 11:11 To: [EMAIL PROTECTED] Subject: [PHP-DB] session problem I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with

[PHP-DB] session problem

2003-07-23 Thread tana dsasa
I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with session controls. I receive all kinds of warnings and i don't know how to interpret them thanks advanced - Want to chat instantly with your online fri

[PHP-DB] session problem

2002-08-10 Thread Ricky
Hello everybody I'd like to make a page in which the results shown can be bookmarked by pressing a button. Actually first it checks if the session is open already ... Then it should check if the result (that comes from a query to a MySQL table) has been registered already, finally it registers

Re: [PHP-DB] Session Problem, Please Help.....

2002-05-02 Thread szii
D="SOMEVALUE"; - Original Message - From: "Hayan AL Mamoun" <[EMAIL PROTECTED]> To: "PHPList (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, May 02, 2002 3:15 AM Subject: [PHP-DB] Session Problem, Please Help. > Dear all, I have a str

[PHP-DB] Session Problem, Please Help.....

2002-05-02 Thread Hayan AL Mamoun
Dear all, I have a strange problem: I'm using IIS / WINNT4, PHP4 Please check these two files: -- logon.phtml: -- clients/editclient.phtml: When I run logon.phtml, it must create a session variable called CLIENTID and then move to the seco

Re: [PHP-DB] Session problem?

2002-04-06 Thread Jason Wong
On Sunday 07 April 2002 12:01, Jennifer Downey wrote: > Hi all, > > This code is working greate except for one minor bug. > > If I have 2 or 3 items at different prices buy.php is updating the points > of the user at the last priced item. > > In other words if > item 1 costs 1965 > item 2 costs 56

[PHP-DB] Session problem?

2002-04-06 Thread Jennifer Downey
Hi all, This code is working greate except for one minor bug. If I have 2 or 3 items at different prices buy.php is updating the points of the user at the last priced item. In other words if item 1 costs 1965 item 2 costs 564 item 3 costs 25 and item 1 is clicked it only takes away 25 points i

[PHP-DB] session problem on Netscape Vs IE, Help please!

2002-02-25 Thread david rakhmadi
Hi All, In my application i'm using sessions... I'm using PHP4.0.6 + Apache on linux redhat. when I upgrade PHP into PHP 4.1.1 I've got problem on the NETSCAPE that session is broken (unrecognized). but on the IE ..All running well... Any body know How to solve this problem??? Help me.. pleas

[PHP-DB] session problem

2001-09-11 Thread its me
here is my code,u only have to care for the session part: this is the login page: http://$HTTP_HOST/mall/menu.php";); exit(); } else { echo "Sorry,you entered either a wrong User Name or Password.Try again"; echo "Back"; } else: ?> Login Page User Name Passwo