Search found 1 match

by prashantprabhudesai
Thu Oct 20, 2011 10:11 pm
Forum: PHP - Code
Topic: PHP + SQLite - Issues with update
Replies: 1
Views: 294

PHP + SQLite - Issues with update

Hello, I am running into some issues trying to update a column in a table in a SQLite database using PHP on Windows and was hoping could get some help on this mailer. Here is the create and insert statement - CREATE TABLE SERVER ( IPAddress varchar(100) not null unique primary key, Token varchar(100...