Re: [PHP-DB] php4 + sqlite - quoting stuff

2004-12-25 Thread Jason Wong
On Saturday 25 December 2004 16:15, Peter Jay Salzman wrote: > There's something I'm not groking about php's syntax. When I look at how > you're supposed to quote stuff in sqlite for php4: > > sqlite_query( $handle, " > INSERT INTO course VALUES ( >'" . sqlite_escape_string($termcode).

[PHP-DB] php4 + sqlite - quoting stuff

2004-12-25 Thread Peter Jay Salzman
Hi all, I'm a kinda-sorta newbie to php -- I basically just futz around with it because it's pretty cool. However, I'm brand spanking new to databases. Never did anything with them. I taught myself a little SQL because it looked fun to learn, but I just thumbed through some books. I never reall