MySQLi - What are the new methods we need to use?
Is there a list or some reference on how to use the new record set values when hand coding?
for instance:
if (isset($rscoupons->getColumnVal("id"))) {
do something
}
This does not work. So it seems there are a number of things we will need to learn to adapt to the new methods. Are there any examples for a smooth migration?