Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wu78754
  • Content: Threads
  • Order by date
  1. wu78754

    AJAX works when synchronized but not when asynchronized.

    The following code doesn't replace the ? with data when running using call back function. But works when not using call back function. I would prefer not to use synchronize mode to avoid looking stalled when waiting. Can you help? URL: http://dbno.us/finance/ajindex.php?index=dji <?php function...
  2. wu78754

    client side stock quote

    How do you get stock quote from the client side (javascript)? Here is the PHP (server side) version $file = fopen("http://finance.yahoo.com/d/quotes.csv?s=IBM&f=noc1&ex=.csv", "r"); $stocks = fgetcsv($file);
  3. wu78754

    Remote PHP calls.

    I have a simple question which I do not know the answer. I have two programs: A.php and B.php. From within A.php I call B.php. B.php will return a random number. A.php will then write that random number into a file. My trouble is in passing the random number back into A.php. Help!
  4. wu78754

    javascript error checking problem.

    I copied an example from the web, but I can't get it to work. Here is the code. function CheckForm () { // ** START ** if (document.ClientInfo.x_terms_conditions != "agreed") { alert( "Please read the Terms and Conditions and agree to it." ); return false; } else return true ; //...

Part and Inventory Search

Back
Top