Hi
I have a problem with my applet which uses JDBC to retrieve the values from the oracle database. I try to create a chart with the data from the db. I find that applet works fine when i run with the appletviewer but it does not work properly when i see it on the browser. So what ever...
hi all,
I have to use ftp functions in php. When i use ftp_connect() i get an error 'call to unsupported or undefined function'. Then i found in php manual that i should have configured php while installing with an option --with -ftp. I use php3. How should i solve this problem inorder to use...
If you are encountering something like the one below it might help you..
$temp='"intel","fast,expensive","$45"';
$_=$temp;
$pattern='","';
$replacewith=";";
s/$pattern/$replacewith/g;
s/"//g;
print($_."/n");
Good luck
ganesh :-D
I am new to perl.I need to know the code as to how we can pass the values from one form to the other on pressing the submit button. I tried using some of the codes that were given in few materials. Though i could follow them i was not able to get the output. I just want to display the values...
I am new to perl and i am encountering few problems in the search that i am doing for a site that contains hundreds of html files. The following code that i have written actually finds out where the search string appears in all files. This also gives me a count of those files and filenames.
1...
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.