Welcome Guest, Not a member yet? Register   Sign In
PDO php class SQLite problem
#10

[eluser]René Tuin[/eluser]
I have fix it.
I use the follow code.

Code:
<?php

$db = sqlite_open("../../../../website.sqlite");

foreach ($_GET['listItem'] as $position => $item) {
sqlite_query($db, "UPDATE Pages SET Volgorde = $position WHERE id_Pages = $item");
}

?>

It was all about the version i use.
Thx for your help anyway.

Greetz


Messages In This Thread
PDO php class SQLite problem - by El Forum - 06-02-2009, 01:20 AM
PDO php class SQLite problem - by El Forum - 06-02-2009, 01:37 AM
PDO php class SQLite problem - by El Forum - 06-02-2009, 01:46 AM
PDO php class SQLite problem - by El Forum - 06-10-2009, 03:04 AM
PDO php class SQLite problem - by El Forum - 06-10-2009, 04:00 AM
PDO php class SQLite problem - by El Forum - 06-22-2009, 05:24 AM
PDO php class SQLite problem - by El Forum - 06-22-2009, 05:29 AM
PDO php class SQLite problem - by El Forum - 06-22-2009, 05:52 AM
PDO php class SQLite problem - by El Forum - 06-22-2009, 06:54 AM
PDO php class SQLite problem - by El Forum - 06-22-2009, 07:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB