Jump to content

priyadharshini

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

Everything posted by priyadharshini

  1. Hi all, I have developed a code as, when a weight field is selected its corresponding ordered price field to be displayed using onchange event. <select name="weight" id="weight" class="ap_size" onChange="this.form['ordered_price'].value =this.options[this.selectedIndex].value;"> <option value="11.00">500 gms</option> <option value="22.00">1000 gms</option> </select> But now it should also display the actual price in the actual_price field when onchange occurs. Note : ordered price and actual price are not same I dont know how to do this. Provide me solution for this Thanks in advance!
  2. Hi all, I am in a need to pass the selected value of a list box as a parameter to a javascript function when the function is called with onclick(). The function is used to add to the cart the product details. The function should be called without the form submission. Please someone suggest me some ideas. Check through this: This is a reference site in asp.net http://www.chennaionlinegrocery.com/grocery/grocery.asp
  3. can u suggest me some script for word to text conversion
  4. I just want to open the file in my browser. It is an uploaded word .doc file but when displayed in browser i got like this
  5. Am getting junk values like this before and also after the contents ÐÏࡱá����������������>�þÿ ���������������[����������]������þÿÿÿ����Z���ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
  6. Hi all, I have a problem in displaying my file content in browser. It is being displayed with lots of junk values. I dont know how to clear that.Please someone help! The used the coding as follows: public function readContent($sEdit, &$contents = null){ if (file_exists($sEdit)) { $handle = fopen($sEdit, "r"); if ($handle) { while (!feof($handle)) { $contents .= fgets($handle, 4096); } fclose($handle); } } } Thanks in advance.
  7. Hi all, I have a problem in mysql related to searching a databse.I have 12 fields for searching a database.The database should be searched correctly when any numbers of fields given for searching.It should also be searched correctly when all fields given.Provide me some solution please. SQL version is 5.0 Thanks
  8. Someone please help me to solve this problem.Am in an urgent need of this
  9. I dont know javascript .Am a beginner. I used php for the above mentioned problem. But that refreshes page each time. So i shifted to script.
  10. Hi all, Am new to java scripts. Am in need of a javascript coding for, When a link is clicked it should bring 2 text box below that link. Someone suggest me javascript codings for this. Thanks.
  11. Its for regular work only.i need to place the resumes in database and then have to search from that. when used .doc file it stores as text in database but the .docx file stores as junk values. thats why i need the conversion
  12. Hi all, I am in need of php code for word file conversion. That is to convert word .docx file to .doc file Someone please provide me with a solution. Thanks.
  13. That url Page not found... Suggest me some ideas to convert the uploaded resumes in word and pdf to text and storing it in database
  14. Hi all, Am developing a consultancy project and i want the uploaded resumes to be placed in the database directly. I used blob in database but it is stored as junk values. I want it to be stored as like uploaded for the content to be searched. Mysql version:5.0 Please provide me some solution as soon as possible. Thanks.
  15. Hi, If a first user views a profile and set it to 1 means,when another user sees the same profile it will be 1 again so the counter is not incrementing.what to do for that?
  16. Got the result by using date_default_timezone_set Thank u!
  17. Hi Am doing a matrimonial site. Here i've set only 30 profiles for a gold member. Am using a code like given below but this increments counter whenever a member sees the same profile also(which is already seen). But i want to increment the counter only when different profiles are seen. How to do that. Suggest me some ideas. if($_SESSION['GoldMember']==1) { $a="update users set counter=counter+1 where UserID=".$_SESSION['UserID']; $b=mysql_query($a,$conn); } Thank u
  18. Hi, Am doing a matrimonial site and am using membership also. Now i want to allow the members to see only limited profiles (eg:some 30). How to limit that
  19. Hi I just want current date and time. When i use the function date("Y-m-d g:i:s") locally i get it correctly but when used in online it was lagging a day. My server is GoDaddy. Please suggest me to get it correctly.
  20. I want the current date to be displayed in this format: year-month-day hr:min:sec Suggest me some functions or codings
  21. I want the current date to be displayed in this format: year-month-day hr:min:sec Suggest me some functions or codings
  22. Am doing a matrimonial site. I want the membership to be expired after a specified time. Can u suggest some codings for that Kindly go through the http://volcaano.net/mati
  23. Is there any url to check both dates and codings to expire that
×
×
  • 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.