• matails1

    (@matails1)


    How can I run simple queries like SELECT * FROM against my phpMyAdmin backend database as a user?

    How can I insert custom data into my phpMyAdmin database from a user-completed form?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sunny Ratilal

    (@sunnyratilal)

    You can use the wpdb class which handles all communication with MySQL.

    Thread Starter matails1

    (@matails1)

    I have to be missing something pretty basic. Whenever I try to call that class, it’s not returning the query, it’s just viewing the code as text.

    I’m trying to run three different versions here: https://matails1.synology.me/wordpress/ but as you can see they all just show up as text.

    What am I missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show and Run queries as a user’ is closed to new replies.