Search found 2 matches

by tonyck2000
Wed Oct 02, 2013 12:46 pm
Forum: Databases
Topic: View database based on access level
Replies: 1
Views: 3564

View database based on access level

I have a msql database with about 4 access levels. These users are with different regions. I would like each user to only view their region when they log into the database. I am using php/dreamweaver and mysql to accomplish this. Right now they are all able to view all regions.
by tonyck2000
Wed Oct 02, 2013 12:40 pm
Forum: Databases
Topic: Display birthday with dd-mm only from mysql date (dd-mm-yyyy
Replies: 1
Views: 3977

Display birthday with dd-mm only from mysql date (dd-mm-yyyy

I have a membership msql database with a birthday column. The column has birthday date dd-mm-yyyy but when viewed or displayed with Select using php I would like it to show only dd-mm for lower level access members. How do I accomplish this?