[PHP] Re: PDO, sqlite write requests (INSERT) don't working

2008-08-20 Thread KLEIN Stéphane
Le Wed, 20 Aug 2008 07:48:02 +, KLEIN Stéphane a écrit : > Hi, > > it's the first time I use sqlite in PHP script. > > All read requests work perfectly but I don't get on execute write > requests. > > Example : > > try { $dbh = new PDO("

[PHP] PDO, sqlite write requests (INSERT) don't working

2008-08-20 Thread KLEIN Stéphane
Hi, it's the first time I use sqlite in PHP script. All read requests work perfectly but I don't get on execute write requests. Example : getMessage(); } var_dump($dbh); $firstname = "foobarbbar"; $lastname = "barbarbar"; try { $sql = "INSERT INTO contact (firstname, lastname) VALUES('

[PHP] Are there free http mysql tunneling writed in php ?

2008-06-05 Thread KLEIN Stéphane
Hi, do you know one free (open source) http mysql tunneling writed in php ? Thanks for your information, Stephane -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php