Frank,

I think you might get things done faster if you take a step back from your own 
application and try to get a simpler PHP application working.  You need to 
learn how the PDO system works and also what it takes to get Apache to store 
data on your computer.

Test it command by command: make something to create a blank database, run your 
program, then use the Finder to see if the file appeared.  Once it does, delete 
the file.

Add a command to you PHP application to try to create a blank table and see if 
the table appeared.  Once it does, delete the file.

Then try to put one record in it and see whether the record appeared.  Once it 
does, delete the file.

Each time you add a new command in your PHP program, use the sqlite3 
command-line utility to look inside the database file and check to see if the 
command had the right result.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to