Please help me to write a PHP code for following .
i have name , address , loanno (unique) , fup as fields in my database loandata.
i want a screen in which i enter a loan number and it should search the loan no. in lonono and if data matches it should print name,address,fup of that loanno
I am a beginner in PHP . please help!!!