[PHP-DB] Queries / variables

2008-12-06 Thread Ron Piggott
What is the correct syntax for this? $description = mysql_result($image_result,0,photo_gallery_index.description_{$language}); I am offering a web page in multiple languages. $language is what language the user is requesting. There is a matching column in the table for each language. For

[PHP-DB] Re: Queries / variables

2008-12-06 Thread David Robley
Ron Piggott wrote: What is the correct syntax for this? $description = mysql_result($image_result,0,photo_gallery_index.description_{$language}); I am offering a web page in multiple languages. $language is what language the user is requesting. There is a matching column in the table