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("
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('
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
3 matches
Mail list logo