dweir Posted May 22, 2007 Share Posted May 22, 2007 I'm at my wits end. I have a mysql db that stores clinical times for a paramedic class. When students select their clinical time and date, I want to check the database to verify that the date and time selected is either available or already taken, and then notify the student if its available or taken. Would this be a mysql query? I'm a greenhorn when it comes to mysql and php. I had this project thrown in my lap a few weeks ago and I'm learning as I go. Any help would be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/52514-need-some-serious-help/ Share on other sites More sharing options...
trq Posted May 22, 2007 Share Posted May 22, 2007 Would this be a mysql query? Yes it would, but we'll need some idea of your table structure before we can help much. What fields does your table consist of? Quote Link to comment https://forums.phpfreaks.com/topic/52514-need-some-serious-help/#findComment-259146 Share on other sites More sharing options...
dweir Posted May 22, 2007 Author Share Posted May 22, 2007 Thanks for the quick reply. Table structure is as follows: valley_id month date hospital ambulance shift The form page has pulldowns for month, date, hospital, ambulance and shift. The page will refresh every 30 seconds so it will update as other students select their clinicals. Quote Link to comment https://forums.phpfreaks.com/topic/52514-need-some-serious-help/#findComment-259161 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.