Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: murushanmugham
  • Order by date
  1. murushanmugham

    storing and retrieving image files in mysql using jsp

    we want codes for storing and retreiving the image files in mysql using jsp.please give your suggestion and help us.
  2. murushanmugham

    doubt in mysql

    hello, i have doubt in mysql databases (i.e.) "How we can retrieve the images (for ex: jpeg,jpg,bmp) that are stored in mysql databases? and "is there is any queries for retrieving the images from the mysql databases?" please give me your suggestion as soon as possible in few steps. thank u.
  3. murushanmugham

    is there any uploading codes for images in jsp

    Currently i am doing my live project for M.C.A. with in 6 months. i am using jsp as frontend and mysql as backend. i have small doubt is there any function or method or codes for uploading the images through webpages while we registering the registration form and those images should be stored in...
  4. murushanmugham

    doubt in java

    hello, i have doubt in java that, in one program when we write some code and execute code means that,i have kept one counter for every time if i run that program the counter value should be increment along with some string (i.e.)(a1001,a1002,....)and i don't know how to implement in java coding...
  5. murushanmugham

    doubt in jsp ? we have on-focus command in jsp

    we have "on-focus" facility in jsp? such as we use in vb. if it so then what are the codes should we write for that? please help me.please gives us the codes to use that facility
  6. murushanmugham

    doubt in connection between jsp with mysql

    we have given the proper codes for connecting jsp with mysql database, but it shows the error as "the class not found "com.mysql.jdbc.driver"" so, please help us in connecting the jsp with mysql,and tell us about where to place the jar files for connection and what jar files to be placed, from...
  7. murushanmugham

    doubt in connection between jsp and mysql

    we have given the proper codes for connecting jsp with mysql database, but it shows the error as "the class not found "com.mysql.jdbc.driver"" so, please help us in connecting the jsp with mysql,and tell us about where to place the jar files for connection and what jar files to be placed, from...
  8. murushanmugham

    doubt in connection betweem jsp with mysql

    we have given the proper codes for connecting jsp with mysql database, but it shows the error as "the class not found "com.mysql.jdbc.driver"" so, please help us in connecting the jsp with mysql,and tell us about where to place the jar files for connection and what jar files to be placed, from...
  9. murushanmugham

    Query

    any help please
  10. murushanmugham

    Query

    Here is code which i am using $connection=mysql_connect("","","") or die("A connection to the Server could not be established !"); $createdb=mysql_select_db("quesbank")or die("database could not be created"); $cou=$_REQUEST['txtcourse']; $sub=$_REQUEST['subject']...
  11. murushanmugham

    Query

    Hello I have a table with a field name as course and another as subject the field contains data like this Record 1 Course='M.D.-PHARMACY' Subject='APPLIED SCIENCES' Record 2 Course='M.S.-GENERAL SURGERY' Subject='APPLIED BASIC SCIENCE' I use the following select * from tablename where...
  12. murushanmugham

    How to search for a strings

    It wworks fine in mysql but when used in a script does not work.
  13. murushanmugham

    How to search for a strings

    Hello I have a table with a field name as course and another as subject the field contains data like this Record 1 Course='M.D.-PHARMACY' Subject='APPLIED SCIENCES' Record 2 Course='M.S.-GENERAL SURGERY' Subject='APPLIED BASIC SCIENCE' I use the following select * from tablename where...
  14. murushanmugham

    How to hyper link a field

    Please help
  15. murushanmugham

    How to hyper link a field

    I want the contents in row5, row6, row7 and row8 to be hyper linked with row15 This is how it is row5= PHARMACOLOGICAL row6= ANTI-CANDIDAL AND CYTOTOXIC ACTIVITY OF PETROLEUM row7= EETHER LEAF EXTRACT OF OXYSTELMA ESCULENTUM row8= PHARMA I want to the above to be hyperlinked with the filename...
  16. murushanmugham

    How to hyper link a field

    Hello I have a coding like this I display the contents of the 4 fields in the table. These should be hyperlinked to open a another file abc.pdf. I store the pdf filename in another field ie row[15]. How do i hyperlink this. </TD> <TD><FONT COLOR=WHITE><B><?print $row[5]?><br><FONT COLOR=WHITE>...
  17. murushanmugham

    do while iteration

    I have a table with fields line1, line2, line3 ... upto line50. How do i display the lines in a loop incrementing the counter ctr. Can i have the value of ctr with the field name like line1 as line(ctr). I have a routine like this $ctr=1 do { if(!$line1=="") { if(is_numeric($t1)...
  18. murushanmugham

    how to have a Fixed Font size

    I have a html page. When this pasge is viewed in different locations the font size keeps varying. It becomes big small so on. Hence the table alignment is not maintained. How to define a fixed font size?
  19. murushanmugham

    Print field with spaces

    Thank you very much The first code usig pre is working fine bye
  20. murushanmugham

    Print field with spaces

    I need to display the contents of the field as it is. The field is like marks =" Theory 50 100 " i use print$ marks. When i display this on the screen i get output as Theory 50 100 i need output as Theory 50 100 bye

Part and Inventory Search

Back
Top