Jump to content

dhvani

Members
  • Posts

    26
  • Joined

  • Last visited

    Never

Posts posted by dhvani

  1. Hi,

     

    You get it right. Thanks and sorry i cant explain it correctly.

     

    Ok i can do it with ajax but still one problem that if i use ajax than also first i have to start a loop for the total number of email addresses.

     

    Now if i start loop than again it cant get shown.

     

    so if have any idea on that???

     

  2. Hi all,

     

    I can send newsletter to multiple users with my coding. But my problem is i wants to see one by one email id .

     

    Wat happen is When mail sending is completed i get the list of emails to whom i send the email. My page loads after that.

     

    What i want is page loads the first and than one by one email id should come to whomever mail is getting sent.

  3. Hi ,

     

    You can do one thing you can add div with uniq id which you get from database.

     

    or numeric like 1,2,....

     

    Pass that particular id on mouseout event. in function hide div with passed id or show div with passed id and hide all other div s.

     

    I think this will help you.

  4. Hi,

     

    First try this

     

    You have this in code

     

    xml1.open('GET', 'gm.php', true);

        xml2.send(null);

        xml2.open('GET', 'status.php', true);   

        xml1.send(null);

     

    change it to

    xml1.open('GET', 'gm.php', true);

        xml1.send(null);

        xml2.open('GET', 'status.php', true);   

        xml2.send(null);

     

    If this not works try to use two variables instead one xmlHttp.

     

    Hope this helps you out

     

  5. Thanks but i dont want email notification.

     

    I wants to get in my database. If you check some news letter modules you get that they view statistics in which they show us that user has opened our mail or not. And if opened than how many times?

     

    I wants that....

  6. Hello all,

     

    I have one problem. I am sending some mails to users through mail() function.

    Now i wants to know if the user opened up the mail or not?

     

    I had seen some tools where i get this information.

     

    But i wants to know that how they track that email is opened or not?

     

    Please tell me if any one knows?

     

    Thanks

    Dhvani

  7. Hi

     

    I have two menus in my site.

    One main menu and other is side menu.

     

    I have one common item in both which has sub menu items.

     

    What i done is i made the side menu item as menu link to the main menu.

     

    Now my problem is when i m on the main menu item i am not able to see the sub menu items of that item on the side menu.

     

    means i want

     

    main1

    -->sub1

    -->sub2

     

    but i am not getting this???

     

    Please let me know if any one has solution

     

    Thanks

    Dhvani

  8. hi,

     

    I don't think that my file is not getting called. Because I get Whatever I echo there.

     

    What I am doing is...

     

    A is my constant.

     

    //code

    echo A;  // Here I get the value of A

    require_once('include/header.inc.php');

     

     

    Now in include/header.inc.php i do this.

     

    echo A; // Here i Get 'A' not the value of A

     

    I cant understand that y i am getting this error.....

     

     

     

  9. Hi I am using require_once only the error  I got is

     

    main(DIR_FS_INCxtc_db_error.inc.php) [function.main]: failed to open stream: No such file or directory in /var/www/html/xtc/inc/xtc_db_query.inc.php on line 20

     

    here xtc_db_query.inc.php is included to my main file using require_once and i used the constant DIR_FS_INC in require_once to get the file. But in this file I am not getting this constant's value. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

     

     

    So if any one can help please.

     

    Thanks

  10. Hi ,

     

    I have one problem not getting solution for this.

    In my site i have one file called example.php .... in this file i am including configure.php file. In which i define one constant 'a'.

     

    Than I include one file called db_connect.inc.php and using the variable a in that.

     

    this works very fine on my webserver but in my local server i am not getting variable a's value in db_connect.inc.php.....

     

    I am not getting that where is the problem??

     

    Please help me out in this.....

     

    Its really urgent.

     

    thanks

  11. Hi ,

     

    I don't think code is needed or i cant even send as its a form of my site which is being post. I try to make it more understandable.

     

    I am using google translator for showing my site in different languages. Now when i changed the language it works very fine. Now if I redirected to other page through any  link than that page also come up with the translated language. Which i need but when i try to submit any form or use ajax for functionality the page or the result come up with original english language.

     

    I think this describes my problem.

     

    Thanks anyways

     

  12. Hi all,

     

    I am using Google updater for my site. It is working fine with main pages. But when it is being redirected to other page using post the page will come in English only.

     

    And even i try to use ajax the result content will come in the English......

     

    I am not getting where I am wrong??

    Please tell me if anyone of you has any idea.

     

    Thanks.

    Dhvani

  13. Hi,

     

    I needs to print some invoices for my site.

     

    I am using javascript window.print() function..

     

    I get the print but it is with header and footer which i don't want.

     

    Is there any way to remove it through javascript.

     

    Thanks,

    Dhvani

  14. Thanks a lot to all of you..... :)

     

    Yes i also don't like this purple color so i am trying to convince my client....

    :-X

     

    And yes

     

    *"Order our products and recieve" on the left is an image for no good reason?

    I must put some link here...

     

    I am still working on layout so wen i gt changed  i tell you again... Thanks again

     

    Any more suggestions??

     

    Thanks

    Dhvani

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.