J
|
Jane 8/25/2006 |
Hi, |
|
jwoker author 8/25/2006 |
Here is the query that I got to work: |
J
|
Jane 8/28/2006 |
Hi,
select `mdl_user_students`.id,
select `id`, `fullname`, `shortname`, `capacity` From `mdl_course` WHERE (`mdl_course`.`id` != 1) and (`mdl_course`.`id`=6) |
|
jwoker author 8/29/2006 |
2. it seems that there is an error in your query. You should use tickles instead of single quotes:
|
J
|
Jane 8/29/2006 |
please zip and send to support@xlinesoft.com a full set of generated PHP files, your database creation script with sample data. |
|
jwoker author 8/29/2006 |
please zip and send to support@xlinesoft.com a full set of generated PHP files, your database creation script with sample data. I'll find what's wrong with your project running it on my test box.
|