[PHP-DB] Patch for Pear DB_ldap Bug 4884

2006-02-10 Thread Henrik Kröger
Hello I'm using Pear DB_ldap with an Openldap2.0 server with the ldapv3 protocol. i was disappointed that the Bug #4884 for the Pear Package DB_ldap is not even applied to CVS. The Bug is listed here: http://pear.php.net/bugs/bug.php?id=4884 I am using the hack mentioned on #4884 and it works

Re: [PHP-DB] css

2006-02-10 Thread Kim Briggs
On 2/9/06, JeRRy [EMAIL PROTECTED] wrote: Hi everyone, I have created this website in PHP and mySQL at http://www.bps-testntag.com/ but have come accross an error I was not aware of before. Now I am using stylesheets and I have been surfing the net for about 90 minutes and yet to find

[PHP-DB] Database storage and Sessions

2006-02-10 Thread Sean Mumford
Hi guys, I'm trying to create a small, publicly accessable database where security is a concern since want some users to have administrative access and others not to. The backend is MySQL 5.0.18 with PHP 5.1.2 on an Apache 2.0.55 server, and I am curious as to how much my session code and my

RE: [PHP-DB] Database storage and Sessions

2006-02-10 Thread Bastien Koert
Its not that much overhead to check it each time...but I would store the username (not the password) in the session along with an 'access_level' and some hash value to uniquely id that person/account each time (read the hash from the db before authorizing any alterations to the data). Check the

[PHP-DB] SQL request on DBase file

2006-02-10 Thread David BERCOT
Hi, I have to rewrite an application from ASP. In this application, I receive DBase files which may be saved into Oracle. In ASP, I used a generic driver and I made SQL requests on these files. It is possible with PHP on Linux ? Do you have some examples ? Thank you very much. David.

RE: [PHP-DB] SQL request on DBase file

2006-02-10 Thread Bastien Koert
Whats wonrg with the manual? http://ca3.php.net/manual/en/ref.oracle.php http://www.zend.com/products/zend_core/zend_core_for_oracle Bastien From: David BERCOT [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] SQL request on DBase file Date: Sat, 11 Feb 2006 00:28:16 +0100 Hi,

[PHP-DB] Help getting php up and running

2006-02-10 Thread CasperLinux
I run a Debian unstable system with apache 1.3 installed. I had PHP installed and running then tried to install Acid/Base for Snort. That installation did not work properly so I attempted to remove the components but then I lost php support. I removed all the PHP files and reattemtped to

RE: [PHP-DB] PHP - form question (form extensions)

2006-02-10 Thread Bastien Koert
http://www.weberdev.com/get_example-4186.html From: JeRRy [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] PHP - form question (form extensions) Date: Sat, 11 Feb 2006 14:47:36 +1100 (EST) Hi, I have this form, but not sure how to offer extensions. In the Enquiry Type If