Re: [PHP-DB] Value of $_POST['submit']

2008-11-28 Thread Fergus Gibson
On Thu, Nov 27, 2008 at 5:02 PM, Ron Piggott <[EMAIL PROTECTED]> wrote: > I am wondering how my PHP script may access the value of value of > $_POST['submit']. At present echo $_POST['submit']; doesn't give me a > value. Consequently all queries to the mySQL database fail. Ron, is your AJAX requ

Re: [PHP-DB] re:database tables relations advice

2008-11-28 Thread Fergus Gibson
On Thu, Nov 27, 2008 at 11:19 AM, Bastien Koert <[EMAIL PROTECTED]> wrote: > 2. It is possible to use the application to handle the keys instead of the > database, it involves more work around key checking / validation before > creating or updating records, but it can be done if the INNODB table ty

[PHP-DB] MS SQL and client encoding

2008-11-28 Thread Fanda
Hi, please, how can I set client encoding for MS SQL server from php? I did not find any working solution. :-( Database: windows-1250 Web and app: UTF-8 Thanks Fanda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] MySQLi connections

2008-11-28 Thread Fergus Gibson
-- Forwarded message -- From: Fergus Gibson <[EMAIL PROTECTED]> Date: Fri, Nov 28, 2008 at 12:47 AM Subject: Re: Fwd: Fwd: [PHP-DB] MySQLi connections To: "J. Hill" <[EMAIL PROTECTED]> On Wed, Nov 26, 2008 at 9:38 PM, J. Hill <[EMAIL PROTECTED]> wrote: > I understand there are man