Jump to content

tutsamewasa

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by tutsamewasa

  1. Hi,For pagination use the Limit option in your query and show only number of records that you want to display on one page. Keep a track of the start id and end id for the current page and use that to buld your query again with limit for next or previous page.Hope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
  2. Hi,The PHP page can be loaded from the DB but can not run from DB as far as I know. The PHP code has to be parsed through the PHP engine. So you can have PHP page that gets the Code from DB at run time and execute as normal page.Hope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
  3. tutsamewasa

    Decompiler

    Hi,Please go through the link below.http://www.google.com/search?hl=en&q=c+decompilerHope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
  4. tutsamewasa

    Applets

    Hi,First the difference, Javascript is a scripting language and Java is full fledged OOP Language. There is a huge difference in both.About adding applet, applates are added to HTML pages using <applet> tag.Resource to learn Java, please go through the links below.http://java.sun.com/docs/books/tutorial/http://java.sun.com/docs/books/tutorial/java/index.htmlOOPS: Thoughit is not right forum :)Hope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
  5. Hi,Write a dynamic query in a loop that Itrates 1 to 5000.append the loop index to the query like 'user' + i, user random function to generate the randon password.If you need exact code let me know.Hope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
  6. Hi, Why do you need Trigger for simple update, just write an update query that will do?set Gold = Gold + 1000??If there is some thing that I got incorrect please let me know.Hope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
  7. Hi,Two ways, one is add ID attribute and pass the ID with other testbox and get it with getElementbyid.Second is pass the other textbox as document.formname.textboxname.Hope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
  8. Hi,Check the Notes component is up and running at your server.Hope this helps.Good LuckHemendra Singh ShaktawatMindfire Solutionswww.mindfiresolutions.com
×
×
  • Create New...