Jump to content

dhvani

Members
  • Posts

    26
  • Joined

  • Last visited

    Never

Everything 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 not pass array as ajax result. You need to take it as string.
  4. 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.
  5. Hi, First try this You have this in code change it to If this not works try to use two variables instead one xmlHttp. Hope this helps you out
  6. Hi, I am not sure but As per my knowledge without posting the form you are not able to get the value using $_FILES['file']['tmp_name']. May i know how you are getting other columns like title, artist ,.... .
  7. Hi , You are missing some minor but important things . I can say here but i recommend you to find the ajax code on http://www.w3schools.com/ajax/default.asp or related tutorial. They will teach you from base. So you get clear idea on how to use ajax ? Its not hard but tricky. Try out your self if dont get ready to help
  8. Hey thanks all, I also got this solution when i see the source code of the mail i got from tool.
  9. 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....
  10. 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
  11. 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
  12. 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.....
  13. 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
  14. 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
  15. 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
  16. 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
  17. oh ok that was typing mistake. I used wat u suggest only but it was not working so shifted from mootools. Thanks anyways
  18. Hi All, I am having a problem while using window.addEvent('domready',function({})); It is giving me error that window.addEvent() is not a function. while its working fine in home page. I got suck in this please help me out
  19. Thanks Axia.... I put the link with that ringbuilder flash.... About layout i am not much good with div so i used table.... Thanks anyways...
  20. hi .. I changed it.... I changed a little shade of purple, header, menus... Please check it now now and tell me how's it now?? Thanks all for your time and precious reviews. Regards Dhvani
  21. hi, I am using php 4 on my linux server. I have one shopping cart and i need to integrate it with fedex. For fedex i need soap on php and as well fedex uses classes. ??? Is there any way to make it possible? Thanks Dhvani
  22. Thanks all. I use spry menu for it. dhvani.
  23. hi all, I stuck in something very common thing. I wants to have a horizontal menu with verticle submenus but i am not getting any best css for it. If anyone knows it please let me know. Thanks dhvani.
  24. 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
  25. 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 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.