MikeX Posted March 13, 2008 Share Posted March 13, 2008 I have a database that contains names, places, and several other fields. ID - University Name - Group Name - Website - Email Now I would like to have a way so that I can choose 'University Name' and have it display all the groups that are a part of that university. Or vice versa. Thats part 1. Part 2 coming soon. Thank you for all your help, I really. Link to comment https://forums.phpfreaks.com/topic/95956-creating-a-php-interface-that-hits-a-mysql-backend/ Share on other sites More sharing options...
trq Posted March 13, 2008 Share Posted March 13, 2008 And where exactly are you stuck? Is this even specifically an OOP question? Sounds like you could achieve what you want with a simple SQL query. Link to comment https://forums.phpfreaks.com/topic/95956-creating-a-php-interface-that-hits-a-mysql-backend/#findComment-491276 Share on other sites More sharing options...
MikeX Posted March 13, 2008 Author Share Posted March 13, 2008 Yea I know how to log into the database... but I'm not sure what to do on the graphical/code end. The most PHP experience I have is with pregenerated scripts that I have tweaked to do what I want. I haven't done anything by myself before. Link to comment https://forums.phpfreaks.com/topic/95956-creating-a-php-interface-that-hits-a-mysql-backend/#findComment-491287 Share on other sites More sharing options...
l0ve2hat3 Posted March 13, 2008 Share Posted March 13, 2008 hrmmm look at this http://www.tizag.com/mysqlTutorial/. its how I started out Link to comment https://forums.phpfreaks.com/topic/95956-creating-a-php-interface-that-hits-a-mysql-backend/#findComment-491361 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.