Setting Query Parameters
-
I am trying to run the query show user that is supplied with DBView.
The query is:
select ID, user_login, user_email, user_registered, user_status from wp_users where ID=%d
How do you set the ID parameter?
What does the following error mean?
‘ID’ is an orphaned PHP snippet. There is no matching column name.Are there any hints, tips or other helpful advice on how the php snippets work?
Thank you.
Richard Harding
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Setting Query Parameters’ is closed to new replies.