All,

I would like to understand how a PHP web page communicates with  SQLite. I
know something about SQLite, but nothing or not a lot about PHP. I have
questions like this:


   - How does one take input from an input field or a check box and use it
   for doing an "INSERT" for instance?
   - How does one do a SELECT query based on what has been selected from a
   dropdown box?
   - How do you fill a dropdown box with values retrieved from a table?
   - ...


Does anyone have an example that I could use? I want to see if I can make a
mockup with PHP & SQLite.

thanks

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

Reply via email to