Jump to content

heminfotech

Members
  • Posts

    47
  • Joined

  • Last visited

    Never

Everything posted by heminfotech

  1. I want to read a file where there are more than 60 New Line Characters. and this 60 Lines equals to one record so I have to create a reader and writer for that File. If U can also help me on how to make this 60 lines a record. I will be obliged for it.
  2. HI can anyone help me to find new line character in file. I am not able to get any reference thansk for all your support in advance. Hemal Jivani
  3. [quote author=ted_chou12 link=topic=119940.msg491690#msg491690 date=1167136067] [code] <?php if ($_SERVER['PHP_SELF'] == "/index.php"){echo "link A & B here";} else {echo "link C & D here";} ?> [/code] [/quote] Thnaks U very very much ted_chou12 your code works.
  4. [quote author=ted_chou12 link=topic=119940.msg491688#msg491688 date=1167135948] no problem. it is possible, give me a while [/quote] thanks
  5. ok let me explain again I want that if I am on Index.php then I need A & B as link in bottom to be shown if I am on any other page then I want that C & D as link in the bottom to be shown Is that possible to get the status of the page that On which page I am. If Yes then help me how to get that status
  6. I have navigation bar based on that, i want to see that if Its Index.php then there must be some links available at the bottom. Else some other links must be available is that possible. If that is possible then how to do that thanks for ur all co-operations.
  7. I need to validate that the number should be in the format of the 00.00 and not 00.00.......... Pls. Any one know regarding JS function that can help me on this. Thanks for all your support Hello friends I want to edit this a bit Pls help me My Criteria for checking the values are it must not be greater than 6 digits including decimal point "xxx.xx" this is ideal format but u can enter values like .00,0.00,00.00 etc I need to check that there must not be more than 2 digits after the decimal point .000 its wrong method how to validate this pls help me on this thanks
  8. [quote] I have to check the value in the textbox. That it must be in increment of 0.10 value so what I used to do is I used to parse it into integer and my logic for it is  find th mod of value with 0.10. [code] if(parseInt((document.getElementById("amount").value)) %0.10 != 0){ alert ('must be in 10 cent increments, i.e:  $0.10, $0.20, $0.30 etc'); document.getElementById("amount").focus(); document.getElementById("amount").select(); return false; } [/code] but it is not working pls can anyone help me on that [/quote] This issue is resolved Simply multiply the values by 100 & mod by 10 Thanks to the moderator for his Support His solution is also correct But I have resolved it in above way U can also use the method of the Moderator
  9. I am giving you the solution on the basis of the whatever I Understand. U can do that create a table and have 2 colums one is for the image and another is for the text u have to put and give the width of the image one is 25% and another column to 75%.  Try this out pls can u send some snap kind of a thing or anything that can better explain ur problem.
  10. Autocomplete is off then it works it doesnt show me the history. if u all are sure regarding the autocomplete then should I considered as resolve or is that possible that it can be done with the help of any scripting. Thanks For all ur support & guidance. If u can give me the exact search keywords for it I will find myself and resolve it and give you all the feedback thank u all again for ur kind support
  11. Hi friends   can anyone help me to resolve the problem. My problem is whenever I used to enter a value in the textbox It shows the old values too. That's what I dont want. for eg. if I type '0' in text box it shows all the values starting with '0' which I have previously entered. I want that such history should not come.   Thanks for all your support.   If u get the image attached here it will clear my question [img][/img] Regards Hemal Jivani [attachment deleted by admin]
  12. I have problem there is on insert query written with the form but here hapens that whenever I refresh the page I get insert statement fired actually can anyone help me how to stop that doing
  13. HI, Is there any query that help me find the duplicate values in the mysql field.   Pls. Help me thanks for the support
  14. can anyone help me to refresh the page with help of jaascript thanks & regards hemal
  15. thanks
  16. its client man whatever he needs we have to serve :) is there any other way to do it pls help me I will be obliged
  17. I have one popup for login and wish if the person login then there will be change of the page in main window. can anyone help me pls thanks & regards Hemal
  18. how can i get that can u please help thanks & regards hemal
  19. Hello firends can any one help me about to make my clock ticking menas how to keep on refreshing the time according to the current time I want the guidance Pls Thanks for ur help ???
  20. Thanks Buddy it had cleared my all doubts Thanks U very much
  21. Hi all I am new to PHP I have seen in some script use of header funtions which is foolowed by page name and urlencode message what is the use of it I cant understand cananyone help me pls Thanks & regards hemal
  22. Can any one help me changing the listening port of the IIS server? I would like to change i pls do the needful
×
×
  • 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.