Write a program that performs the calculations using the sql function?
Answer Posted / Manjeet Singh
Here's an example of a Zend Framework program using SQL: n```phpn$select = $db->select();n$select->from('users', array('id', 'username'));n$resultSet = $db->query($select);nforeach ($resultSet as $row) {necho $row['username'];n}n``
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers