Re: [PHP] defect tracking systems

2003-06-26 Thread Bibhas Kumar Samanta
can try gnatsweb. It is very widely used, and less complicated/featured than bugzilla, Bibhas Martin Balcar wrote: > > Hi, > I want to begin to use some of bug tracking systems. I think it can help me > with developing more robust applications and make an easier communication > with my clients.

Re: [PHP] passwd protected page

2003-06-26 Thread Bibhas Kumar Samanta
gt; Website: www.techex.com.au Email: [EMAIL PROTECTED] > Telephone: 1300 88 111 2 - Fax: 1300 882 221 > - > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED] > Sent: Thursday, 26 June 2003 5:

Re: [PHP] passwd protected page

2003-06-26 Thread Bibhas Kumar Samanta
e to check that flag again > > DS > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 8:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP] passwd protected page > > Hi, > > Without using sessions ,

Re: [PHP] passwd protected page

2003-06-26 Thread Bibhas Kumar Samanta
e to check that flag again > > DS > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 8:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP] passwd protected page > > Hi, > > Without using sessions ,

[PHP] passwd protected page

2003-06-25 Thread Bibhas Kumar Samanta
Hi, Without using sessions , how can I create passwd protected pages in mysql/php. I need to remember the user from login page and validate this user in other pages. Thanks, Bibhas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sessions and browser back[Scanned]

2003-06-25 Thread Bibhas Kumar Samanta
> your browser. > > Couldn't you use JavaScript to ensure that the data is validated on the client side > before the form is submitted? > > Regards, > > Michael Egan > > -Original Message- > From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED

[PHP] sessions and browser back

2003-06-25 Thread Bibhas Kumar Samanta
Hi, I am trying to create restricted pages for my php/mysql/apache server with sessions and passing session varibales to other pages for validation. Eventually I am doinng session_start() at the begining and checking whether logged in user is authorised to use this page by a routine. Now proble