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 IamaSherpa 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: *

  1. nattugan

    NullPointerException on View-JavaConsole in IE

    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...
  2. nattugan

    configure Ftp in php!!! Help

    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...
  3. nattugan

    reg exp to parse a csv

    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
  4. nattugan

    Obtaining data on submit ??

    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...
  5. nattugan

    Sorting files in perl ???

    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...

Part and Inventory Search

Back
Top