[PHP] Re: [PHP-DB] difference !!??

2002-02-07 Thread Daniel Ems
example below should use format #2 since there are no variables to expand. Format #1 below is deprecated, and I can attest to weird behavior when you use $row[$column_name] without double quotes. Hope this helps! Daniel Ems On Thu, 7 Feb 2002, B. Verbeek wrote: Hello, What's the difference

[PHP] Re: [PHP-DB] Creating a pdf document

2002-01-24 Thread Daniel Ems
Mihai, There is a php class that can generate pdf documents without the dll's/libraries required by other methods: http://ros.co.nz/pdf/ You can definitely use the results of a database query to create a pdf! Enjoy! Daniel Ems On Wed, 23 Jan 2002, Mihail Bota wrote: Hello, I