Replies (6)

  • Thank you... Your tutorial is really helpful for newbie like me...
  • How to print out the result from the selected statement?
    • you can use

      echo "
      ";
      print_r($returnedData);
      echo "
      ";
  • Good article, helped me to clear out some of my misconceptions
  • Good article, one thing missing in the connection string, you should always add the character set (charset=utf8mb4)

Reply