By adman4054 on
I have a site that uses php to display information from the db on an article page. It displays the information just fine, but I have a non-techie that now needs to add and change the information. Is there some kind of gui that I can install that would make it easy for the person to perform the needed duties? Or maybe I'm missing something simple. When she goes to the story the body copy just has the php code in it, is there something else I can do to make it easy for her to input the info?
Thanks in advance.
Comments
Could she be set up as a
Could she be set up as a Drupal user and given access to modify the story directly through Drupal?
If she needs to change the data directly from the database, the simplest method I know of is phpMyAdmin. You'll need to create a new user and provide priveleges specifically for the table that is being used (to prevent her from damaging the rest of the site), but it is reasonably straightforward to use.
If you could provide a little more detail on the type of data in the database and why it can't be edited through Drupal that may help us come up with better ideas that would fit your situation.
Thanks for the reply
This is the code that appears on the "edit screen". I thought of PhpMyAdmin, but I'd like to leave that as a last resort, if at all possible I'd like her to be able to edit/add right form Drupal. Thanks again!:)