hi all,
somebody help me out on this
i have a listbox where i have the values as starts with and ends with and next to that is a textbox where we give the input whether the fieldname should start with a particular letter or end with a particular letter
say for example the field name lastname is to be executed
so what we do is select a value from listbox say startswith and in the textbox we give as letter p and that should execute a mysql query that the lastname should start with letter p and display all the lastnames which all starts with letter p
hope could be understood
thanks in advance
somebody help me out on this
i have a listbox where i have the values as starts with and ends with and next to that is a textbox where we give the input whether the fieldname should start with a particular letter or end with a particular letter
say for example the field name lastname is to be executed
so what we do is select a value from listbox say startswith and in the textbox we give as letter p and that should execute a mysql query that the lastname should start with letter p and display all the lastnames which all starts with letter p
hope could be understood
thanks in advance
Comment