/    Sign up×
Community /Pin to ProfileBookmark

MySql reporting tool?

Hi peeps,

man I wish/hope there’s a simple answer to this problem I got.
Simply put I have a MySql database and I need a reporting tool/interface that displays/filter-out certain data.

To give you an example. I have some important information in a database, but I don’t want to share all this data with everyone I give this tool to. They open the tool and they see in a report-like format only the information I want them to see.

If someone could help, greatly appreciated

James

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@GenixdeaeMay 04.2005 — jus make a php page to do it. you just have a select statment[code=php]$query = mysql_query("SELECT column, to, select FROM table;");[/code] then you can use a while statment to output all the results[code=php]while($display_info = mysql_fetch_assoc($query)) {
//output info[/code]
or you could play around with PHP MyAdmin, dont know how capable it is of doing what you're looking for.
×

Success!

Help @Jaime1985 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...