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.
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...
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...
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
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...
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...
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...
...die("database could not be created");
$cou=$_REQUEST['txtcourse'];
$sub=$_REQUEST['subject'];
$sqlquery="select * from qb where fname='".$cou."' and subject='".$sub."' order by year desc";
$queryresult=mysql_query($sqlquery,$connection);
$nrows=mysql_num_rows($queryresult)...
...Subject='APPLIED SCIENCES'
Record 2
Course='M.S.-GENERAL SURGERY'
Subject='APPLIED BASIC SCIENCE'
I use the following
select * from tablename where fname='".$xcourse."' and subject='".$xsub."' order by year desc;
Where I have a course with two words ie. 'M.S.-GENERAL SURGERY' , no...
...Subject='APPLIED SCIENCES'
Record 2
Course='M.S.-GENERAL SURGERY'
Subject='APPLIED BASIC SCIENCE'
I use the following
select * from tablename where fname='".$xcourse."' and subject='".$xsub."' order by year desc;
Where I have a course with two words ie. 'M.S.-GENERAL SURGERY' , no...
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...
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>...
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)...
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?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.