CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: chineerat

Search: Search took 0.03 seconds.

  1. PHP Display “Complete” div when reaches a line or a variable in PHP/HTML code

    I have a large MYSQL / PHP in a while loop report being run and in many cases the report times out due to the large amount of data being calculated.

    Is there a way to make have a div displaying...
  2. Storing multiple text values into an array when a check box is checked.

    Hi!
    I am trying to store multiple text values into an array when a check box is checked.
    for example when row1 checkbox is checked the values row1col1 and row1col2 are stored in an array. note...
  3. Re: need help passing php varible into javascript generated url

    do you have an example to how to use ajax with this example?
  4. updating href when onclick or onchange in drop down box/menu selection

    hi!
    I would like to know if there is a way to update a href link (without page reload) when a selection is made in a drop down box/menu?

    for example:
    [php]<?php
    echo "<select name='subcat'...
  5. Re: need help passing php varible into javascript generated url

    the javascript is on the same page as the php code. both javascript and php are on the same page (dd3.php)
    the javascript is being called as when an "onchange" occurs. not "submit".
    the other...
  6. need help passing php varible into javascript generated url

    Hi!
    I am having a problem trying to pass a hidden varibale (php generated) into a javasrcipt event (self.location)shown below.
    the values dd3.php?cat=val&appid=appidcheck do show up in the url
    eg:...
  7. checking if a string is a positive decimal number

    Hi there!
    i am have a problem with the following code.
    i would like to check if the string is a positive decimal number.
    if the string has a letter or minus sign it steps into the 'if' loop, which...
  8. Replies
    7
    Views
    749

    Re: inputting and output words from a file

    i think i've figured out the problem by using with your suggestions THANKS!!
  9. checking if a string is an entire number

    i am checking if a string is an entire number ie 34567 and NOT no.357

    i tried using isdigit but isdigit only checks if an element of the string is a digit or am i using the isdigit function...
  10. Replies
    7
    Views
    749

    Re: inputting and output words from a file

    The reason I would like to do this is becuz when I see a number, I can manipulate it. And put the manipulated number back into the original text while retaining its format. If I can store each word I...
  11. Replies
    7
    Views
    749

    inputting and output words from a file

    thanks for the help b4, but i've got another problem now!

    i am to read from a text file which contains eg.


    For hundreds of thousands of years I have been dust-grains
    float 456n the 456 of...
  12. Replies
    7
    Views
    1,627

    Re: converting numbers to words

    THANKs a MILLION guys!
    really helpful advice
  13. Replies
    7
    Views
    1,627

    converting numbers to words

    ok i've got a code to write on to change numbers to words!
    now the numbers must be by themselves and not part of a word.

    for example:

    I have 123 computers. ; converted to
    I have one hundred...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured