Thanks for writing back.
Yes. I want a page to use id of parents to do the search for the match.
So, after enter the id of the parent into the search box, the table will display the matching tutors to the parent.
I was telling you that my degree is not a field on its own, it is under a drop down list where there is different types of qualification like degree, master, PHD etc.
So, if there is a tutor that match the parent requirements like qualification, subjects that the tutor can teach and the locations for example, there will be a table that display the following:-
so, there might be different tutors that can match this parent's requirements and all the tutors' name, address, location, id and contact will be displayed to me.
The idea is that I need to find a match for the parent.
Thank you for your kind patience. I really appreciate it.
June 17, 2010 at 4:13 PM
For the above code, we have created following database table:
1)parents:
CREATE TABLE `parents` (
`parentsId` bigint(255) NOT NULL auto_increment,
`strSub` varchar(255) default NULL,
`strtutorType` varchar(255) default NULL,
`strLocation` varchar(255) default NULL,
`name` varchar(255) default NULL,
`address` varchar(255) default NULL,
`contactNo` int(255) default NULL,
`email` varchar(255) default NULL,
PRIMARY KEY (`parentsId`)
)
2)tutors:
CREATE TABLE `tutors` (
`tutorsId` bigint(255) NOT NULL auto_increment,
`strQualificationt` varchar(255) default NULL,
`strLocation1` varchar(255) default NULL,
`strSubt` varchar(255) default NULL,
`tname` varchar(255) default NULL,
`taddress` varchar(255) default NULL,
`tcontactNo` int(255) default NULL,
`temail` varchar(255) default NULL,
PRIMARY KEY (`tutorsId`)
)
Hope that it will be helpful for you.
Thanks
Related Tutorials/Questions & Answers:
clarify my question - Java Beginnersclarify my question Dear Sirs/Expert,
Thanks for writing back.
Yes. I want a page to use id of parents to do the search for the match.
So... the matching tutors to the parent.
I was telling you that
my degree
Clarify my last question's answer - Java BeginnersClarify my last
question's answer Dear expert,
I've tried out... did not specify
my question too clearly.
Here's
my 2 database... and parents contain other fields like name, address, email, contact numbers etc.
My Advertisements
Please clarify my doubtPlease
clarify my doubt /here is
my sample code for deadlock/
class A
{
synchronized void foo(B b)
{
String name...[] args)
{
new Deadlock();
}ADS_TO_REPLACE_1
}
My question Clarify my doubt - JSP-ServletClarify my doubt Hi All,
Although i know the concept of Servlet & JSP, but I have never got a chance to work in EJB . So could u please tell me how to create web Project in netbeans and deploy it in tomcat AND/OR creating a web
my questionmy question "Write a C/C++ program to show the stored procedure PROCRESETMAIL" on database "USER_NOTIFY
my questionmy question "Write a C/C++ program to show the stored procedure PROCRESETMAIL" on database "USER_NOTIFY
solve my question shortlysolve
my question shortly <html>
<head>
<script>
function checkphoneNumber(number){
if(/[^\d ]/.test(number)){
alert('It should contain numbers [0-9] only!');
document.getElementById
my question - EJBmy question is it possiable to create web application using java beans & EJB's with out implementing Servlets and jsps in that java beans and EJB's
my question is related to my project viz my question is related to
my project viz Sir,
my project is based on MR tracking system developed using struts framework, it has been developed in Net Beans the whole project is working except a jsp page named dayplan.jsp
Regarding My 3rd Question in Java - Swing AWTRegarding
My 3rd
Question in Java sir in Netbeans By default JTable Columns will appear Horizontal like
Title1 Title2 Title3 Title4
in below these our data will appear so
my question that is there any method
ModuleNotFoundError: No module named 'Clarify'ModuleNotFoundError: No module named '
Clarify' Hi,
My Python... '
Clarify'
How to remove the ModuleNotFoundError: No module named '
Clarify... to install padas library.
You can install
Clarify python with following command
clarify date class - Java Beginnersclarify date class Dear,
clarify this
question...
"Develop Date class in Java similar to the one available in java.util package. Use JavaDoc comments."
Give me the source code and explain how to create classes similar
Question Question When there is an exception in
my program how java runtime system handles
questionquestion dear sir/madam
my question is how to compare two text format in java..we are java beginners..so we need the complete source code for above mentioned
question...we have to compare each and every word
questionquestion Dear sir
i had some typing mistake at previous
question
so its
my humble request to let me know the steps to start the tomcat6 under the tomcat directory
question question sir plz tell me what should i give in title box. just i want java program for the
question typed in this area
question question sir plz tell me what should i give in title box. just i want java program for the
question typed in this area
clarify bt/w service() and doget/dopost() clarify bt/w service() and doget/dopost() Dear friends, i ve
question regarding service()and doget/dopost.. the container calls service() where it does the service for the request so then wat is the role of doget/dopost plz
Question?Question?
My question is how to:
Add a menu bar to the program with a File menu.
In the File menu, add a submenu (JMenuItem) called About.
When the user clicks on the About menu item, display a JOptionPane message dialog
questionquestion Gud morning sir,
I have asked u some
question regarding jsp in saturaday for that i didnot find any answere in which u send me the some of the links.U have asked me the specify some details.
There is a entity name
questionquestion Sir ,
i have a starting trouble to start
my search engine project , please help me to start
my project , please send me some relevant java codes
QUESTIONQUESTION please atach java tutorial to
my email
Hello Friend,
Please visit the following link:
Java Tutorial
Thanks
questionquestion i am using this code in
my project
response.sendRedirect("LoginForm1.jsp?msg=Username or Password is incorrect!");
but i wan't to hide this message from url.please help me
questionquestion Sir,
how to display web snippets for a perticular query
for eg:web snippets for apple
how to implement this concept in
my java project
please help me
questionquestion i need to mark employees as half day absent who came after 10'o clock in
my web project,so i need to know who are all late entry.if you have any idea using jsp and mysql please help me
questionquestion Sir,
i am developing a video streaming PC server to j2me client system that the j2me player can playing video from PC server .if have any code for video streaming then send to
my email address as soon as possible
question/) is not available.**
how tdo i solve this.please help me to run
my project
please give
questionquestion i am using this code in
my project
response.sendRedirect("LoginForm1.jsp?msg=Username or Password is incorrect!");
but i wan't to hide this message from url.please help me.
you gave me the response Hi Jamsiya
questionquestion following is
my code to sent mail but i couldn't work with eclipse ,that have some errors .need i any set up in eclipse or tell to what can i do to work code properly.
<%@ page import="java.io." import="java.lang.
question;/tr>
</table>
this is
my jsp page
package servlet;
import java.io.
ModuleNotFoundError: No module named 'Question'ModuleNotFoundError: No module named '
Question' Hi,
My Python... '
Question'
How to remove the ModuleNotFoundError: No module named '
Question... to install padas library.
You can install
Question python with following
to know my answerto know
my answer hi,
this is pinki, i can't solve
my question "how to change rupee to dollar,pound and viceversa using wrapper class in java." will u help me
My SQLMy SQL Connection class for MySQL in java
my project my project how to creat a e learnig site with student information , faculty details , student queries , student feedback, course information
Question on poolingQuestion on pooling which server supports pooling?Application server or web server
my assignmentmy assignment as programmer, you have been assigned to develop a user interface for a fats food ordering system.the interface should have various......this is
my assignment....plz
my answermy answer import com.mysql.jdbc.Connection;
import com.mysql.jdbc.Statement;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.DriverManager;
import java.sql.ResultSet;
import
Query Question 2Query
Question 2 Want to displays the name and ID of all departments with the names of the employees in that department. SELECT * FROM employee is
my result
This question in JmeterThis
question in Jmeter hi..i want to send request(xml) 100 times but each time in request xml one element needs to change, otherwise request will be failed since its duplicate
Question on javascriptQuestion on javascript This is not exactly what i wanted....If i enter in 2nd combobox as name of child then it should show child id in 1st combobox automatically and vice versa
C# questionCreate a Solution by name Bank with Classes Account.cs, SavingsAccount.cs and savingsTest.cs to Demonstrate Abstract Classes in C# 1st
question :
Create a Solution by name Bank with Classes Account.cs, SavingsAccount.cs
question for c++question for c++ write Program to swap between two numbers if first number is greater than second number and total of two numbers greater than 10