Hello,

What's the difference between:

    1.- $row[column_name];
    2.- $row['column_name'];
    3.- $row["column_name"];

?

ragards Bart


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to