I am very new to PHP programming and am using PDO to extract data from my database, I currently have a function which returns all rows and columns from a table in my database with a similar code to that shown below,
Code: Select all
$result = $stmt->fetchAll();Code: Select all
$member_info=MyFunction();Code: Select all
$member_info[x][y]Paul