[PHP] Re: Including declare statements that contain variables

2001-11-15 Thread Fred
> Well you have an interestingly different approach! Glad I could entertain you! > Personally I kind of like either having the SQL statements in-line with the rest > of the code or functions that retrieve data for that particular query e.g. > function get_students($class) { The problem with

[PHP] Re: Including declare statements that contain variables

2001-11-15 Thread George Whiffen
Well you have an interestingly different approach! Personally I kind of like either having the SQL statements in-line with the rest of the code or functions that retrieve data for that particular query e.g. function get_students($class) { Anyway based on your approach: 1. You could still s