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 wOOdy-Soft 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: petermaci
  • Content: Threads
  • Order by date
  1. petermaci

    function working in FF but not IE - help

    Hello everyone... this code works in Firefox and not IE, any obvious mistakes ? NOTES: - round() is a javascript function that works (tried and true) ========= code begins ==================== function get_balance() { var start_amt = document.forms[0].start_amt_toward_debt.value; var...
  2. petermaci

    MS-Access Memo fields

    Hi: Wondering if anyone knows how to manipulate the returned text in an MS-Access memo field so that '\r\n' can be replaced with '<br />'. The problem is that the ODBC_result function (ODBC driver) is removing these characters from the named field after it is returned to me. So I am trying...
  3. petermaci

    Help with PEAR DB functions

    Hi: Just can't find the equivalent to this: // co back to top of result and start again mysql_data_seek($result, 0); in PEAR... to re-set the result pointer to the top and start processing over... I suppose I could hit the database with the query again, but I was hoping to save on I/O...
  4. petermaci

    #1130 - Host 'localhost' is not allowed to connect

    #1130 - Host 'localhost' is not allowed to connect to this MySQL server I am getting this message when I try to connect to my recently upgraded MySQL ( I went from 3.21 to 4.1.7) on windows XP pro... I used the configuration wizard after the windows install wizard and have even tried to access...
  5. petermaci

    PHP_SELF in a form

    hello I am recursively calling an index.html page through a <form> action call like this... <FORM action="<?= $_SERVER['PHP_SELF'] ?>" method=post> this works on my localhost, but not on my remote test server, I get the 405 resource not allowed error... I am thinking that this is just a...

Part and Inventory Search

Back
Top