PascalNouma Posted May 22, 2010 Share Posted May 22, 2010 Hello everyone, I've 2 tables in mysql file and 2 php files. The first php page will display checkboxes and once I choose checkboxes and then press submit button, it will produce 2nd php page that displays the values of checkboxes. Let's say i've a table called CAKE that has attributes called CAKETYPE & CAKEVALUE. I'll have a php page that shows checkboxes for caketypes and once I choose CAKETYPE(s) on this PHP pages, 2nd php page should display the value of the CAKETYPE(s) (CAKEVALUE) that I chose. Hope you understood what I meant. If you can give me a weblink that explains similar case, it will be great. Thanks a lot from now on. Link to comment https://forums.phpfreaks.com/topic/202587-getting-values-from-mysql-to-display-them-on-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.