User Profile

Collapse

Profile Sidebar

Collapse
Noorain
Noorain
Last Activity: Jun 10 '12, 03:44 AM
Joined: Mar 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Noorain
    started a topic EMI Calculation

    EMI Calculation

    i used following formula
    Code:
    var amount=100000;
    var tenor=12;
    		
    var intr=parseFloat(18/100);
    var x;
    var y;
    var z;
    
    y = 1/(1+intr*1/12);
    x = (Math.pow(y,tenor)-1)/(y-1)*y;
    z = amount/x/1;
    z= Math.round(z);
    
    document.write(z);
    its result 9168 acoording to 12 months(360 days)

    but i want to result for 365 days.for...
    See more | Go to post

  • Noorain
    started a topic Oracle BI Publisher

    Oracle BI Publisher

    HI

    I used BI Publisher for report.

    In rtf template faced some problem.

    i want summation two element.
    <?sum(element1* element2 div 100)?>

    but its not support.

    <?xdoslt: sum(element1)*s um(element2) div 100?>
    its support but result is not correct.

    kindly help me how to do this
    See more | Go to post

  • Noorain
    started a topic Oracle BI Publisher

    Oracle BI Publisher

    I used BI Publisher for report.

    In rtf template faced some problem.

    i want summation two element.
    <?sum(element1* element2 div 100)?>

    but its not support.

    <?xdoslt: sum(element1)*s um(element2) div 100?>
    its support but result is not correct.

    kindly help me how to do this
    See more | Go to post

  • Noorain
    replied to display domain name instead of filename in php
    in PHP
    kindly tell me how to do that
    See more | Go to post

    Leave a comment:


  • Noorain
    started a topic display domain name instead of filename in php
    in PHP

    display domain name instead of filename in php

    How do I display main domain name instead of ip or filename in php? For example suppose I am redirected to file http://example.com/myfolder/test.htm, then instead of specified url I want to display example.com in the address bar for such url. How can it be done?
    See more | Go to post

  • Noorain
    started a topic directory not show in website
    in PHP

    directory not show in website

    i have some file which contain in directory(downl oad).
    i link some file with this directory.

    for example:
    i visit http://websitename.com/download/a.pdf
    its show. but when i type http://websitename.com/download in addressbar then its go to this link http://websitename.com/ don't show download directory and its contain files.

    please help me how to do thsi

    thanks
    See more | Go to post

  • Noorain
    started a topic file name not show in addressbar
    in PHP

    file name not show in addressbar

    file name not show in addressbar.

    for examle:
    i want to visit http://websitename.com/contact.php
    but its show http://websitename.com/ not show in contact.php

    please help me how to do this

    thanks
    See more | Go to post

  • Noorain
    started a topic email send using localhost
    in PHP

    email send using localhost

    i worked in xampp.

    i want to email through localhost in web mail. For this i changed SMTP from php.ini file. i used web mail ip in SMTP.

    i used following code:

    Code:
    <?php
    function authSendEmail($from, $namefrom, $to, $subject, $message)
    {
    //SMTP + SERVER DETAILS
    /* * * * CONFIGURATION START * * * */
    $smtpServer = "10.172.0.90";
    $port = "25";
    ...
    See more | Go to post

  • Noorain
    started a topic About JDBC
    in Java

    About JDBC

    I am new in java. I worked in jcreator. But now i want to oracle connectivity with Java (JDBC). For this, which Software install. And how to load JDBC. Please help me.

    Thanks
    See more | Go to post

  • Noorain
    started a topic How to Crystal report use in php?
    in PHP

    How to Crystal report use in php?

    hi

    i use following codes. here crystal report open in pdf format.

    Code:
    <?php 
    
    //- Variables - for your RPT and PDF 
    //echo "Print Report Test"; 
    $my_report = "D:\\Program Fiels\\xampp\\htdocs\\RPT\\RPT-list.rpt"; // 
    //rpt source file 
    $my_pdf = "D:\\Program Fiels\\xampp\\htdocs\\RPT\\RPT-list.pdf"; // RPT export to pdf file
    ...
    See more | Go to post

  • Noorain
    started a topic how use another font in html page

    how use another font in html page

    hi

    i want to use ALBERTA font in my website. locally its ok. but when hosting my website this font doesn't show.

    please help me how to do this.

    Thanks
    See more | Go to post

  • Noorain
    replied to Crystal Report link with php script
    in PHP
    i create a report by .Net. now i want to show this report. when i click on button using php then show the report....
    See more | Go to post

    Leave a comment:


  • Noorain
    started a topic Crystal Report link with php script
    in PHP

    Crystal Report link with php script

    i use .Net Crystal Report to create reports. now i want to link this report with php script. how it is possible.

    Please help me.

    Thanks
    See more | Go to post

  • Noorain
    started a topic show information in textbox from mysql

    show information in textbox from mysql

    Let's say there is an A/C no. in my database and it is is 01234553434.
    I want to type a/c no. into a textbox. When i type then numbers "012", the rest of digits should show up in textbox from database automatically.

    I am using MySQL for a database.
    See more | Go to post

  • Thanks for this solution.

    i also want to store this value in php command. how php command use in javascript.
    See more | Go to post

    Leave a comment:


  • dynamically text box add and value concat by coma

    i want dynamically text box add and its value concat by coma. and at last show all data store in php variable. please help me............. ....

    i use this following code to dynamically add text box.

    Code:
    <HTML>
    <HEAD>
    	<TITLE> Add/Remove dynamic rows in HTML table </TITLE>
    	<SCRIPT language="javascript">
    		function addRow(tableID) {
    ...
    See more | Go to post

  • Dynamically Adding row and all value storre in variable

    i add row dynamiccaly but value doesn't pprint. please help me.

    My coding is as follow

    Code:
    <HTML>  
    <HEAD>  
         <TITLE> Add/Remove dynamic rows in HTML table </TITLE>  
         <SCRIPT language="javascript">  
             function addRow(tableID) {  
                 var table = document.getElementById(tableID);  
                 var rowCount = table.rows.length;
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 3 '10, 06:46 AM. Reason: improved readability

  • Noorain
    replied to Mysql Query grouping and having clause
    I used 3 tables for this query. Please help me


    Code:
    CREATE TABLE `item` (
      `id` int(11) NOT NULL auto_increment,
      `item_name` varchar(3) collate latin1_general_ci NOT NULL,
    PRIMARY KEY  (`id`)
    ) 
    
    INSERT INTO `item` VALUES (1, 'Computer');
    INSERT INTO `item` VALUES (2, 'Printer');
    Code:
    CREATE TABLE `vndr` (
      `id` int(11) NOT NULL auto_increment,
      `vndr_name` varchar(255)
    ...
    See more | Go to post
    Last edited by Atli; Dec 15 '09, 10:13 AM. Reason: Added code tags.

    Leave a comment:


  • Noorain
    started a topic Mysql Query grouping and having clause

    Mysql Query grouping and having clause

    Dear Sir

    Please help me
    i want a query which out put is:

    Code:
    Vendor                                Amount
    Computer
    AA                                       52000
    BB                                       20000
    Total:                                   72000
    Printer
    XX                                       12000
    YY                                      18000
    Total:
    ...
    See more | Go to post
    Last edited by Atli; Dec 15 '09, 09:52 AM. Reason: Added code tags.

  • Noorain
    started a topic file name doesn't show in url
    in PHP

    file name doesn't show in url

    hi

    i want go from one file to another file. but file name doesn't show in url.

    For examlpe:

    i want to visit http://www.home.com. Now i want to go to contact_us.php page. when i go this page url show http://www.home.com not http://www.home.com/contact_us.php.

    Please help me..........

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...